Edit environment
to suite your requirements and hardware capabilities
docker-compose up
docker rm -f $(docker ps -a -q)
kcat -b localhost:29092 -t analytics.v1
kafka-topics --delete --topic analytics-v1 --bootstrap-server localhost:29092
docker-compose.yaml and environment comes from https://github.com/apache/druid/tree/master/distribution under the Apache License.