Hi,
I was trying real time data ingestion using tranquility data load option, I followed the instructions mentioned in quick start guide in druid.io site , the tranquility server started with default data source configured in conf-quickstart/tranquility/server.json path and ran the below batch load script
bin/generate-example-metrics | curl -XPOST -H'Content-Type: application/json' --data-binary @- http://localhost:8200/v1/post/metrics
and I received message as below
{"result":{"received":25,"sent":25}}
but it didn’t create any data source, I waited for almost 2 hours, my submitted tasks was showing under “running task” and status was “Running”
Anyone tried this option and had succeeded ? Please let me know if anyone has got solution to fix this ?
Thanks,
Raghav