Druid rabbitmq stream spec json is not working
{ “type”: “rabbit”, “spec”: { “dataSchema”: { “dataSource”: “metrics-rabbit”, “timestampSpec”: { “column”: “createdOn”, “format”: “auto” }, “dimensionsSpec”: { “dimensions”: [“clientInfo”, “createdOn”, “duration”, “endedOn”, “id”, “islessonitemavailable”, “startedOn”, “state”, “status”, “updatedOn”, “userId”, “userRole”] }, “metricsSpec”: [], “granularitySpec”: { “type”: “uniform”, “segmentGranularity”: “HOUR”, “queryGranularity”: “NONE” } }, “ioConfig”: { “type”: “rabbit”, “stream”: “queue_session_tracker”, “uri”: “amqp://guest:guest@localhost:5672/vhost” }, “tuningConfig”: { […]
Apache Druid Router returns Jetty Client Timeout
I have a Druid Cluster running a router pod and a broker pod. It looks like it is taking too long to process a query, and I get a timeout at the router:
Query with group show results inconsistent when I execute several times
Query with group show results inconsistent when I execute several times