fjy commented on a change in pull request #7863: Added the web console to the quickstart tutorials and docs URL: https://github.com/apache/incubator-druid/pull/7863#discussion_r294502085
########## File path: docs/content/tutorials/tutorial-kafka.md ########## @@ -56,10 +56,87 @@ Run this command to create a Kafka topic called *wikipedia*, to which we'll send ./bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic wikipedia ``` -## Enable Druid Kafka ingestion +## Start Druid Kafka ingestion + +We will use Druid's Kafka indexing service to ingest messages from our newly created *wikipedia* topic. + +### Submit a supervisor via the console + +In the console click `Submit supervisor` to open the submit supervisor dialog. Review comment: console**,** click ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
