The kafka-console-consumer CLI, when used with the default options
Which Kafka CLI should you use to consume from a topic?
You want to sink data from a Kafka topic to S3 using Kafka Connect. There are 10 brokers in the cluster, the topic has 2 partitions with replication factor of 3. How many tasks will you configure for the S3 connector?
We would like to be in an at-most once consuming scenario. Which offset commit strategy would you recommend?
What Java library is KSQL based on?