Beginner

Kafka Questions

Databases
10 questions

Question 1

What is the significance of the replication.factor setting in topic configuration?

Question 2

How are messages within a Kafka topic further divided for scalability and parallelism?

Question 3

Where is the Kafka data directory configured?

Question 4

Which command would you use to list all existing topics in a Kafka cluster?

Question 5

What is a 'Partition' in the context of Kafka topics?

Question 6

To view the configuration details of a specific topic, which command would you use?

Question 7

What command line option for kafka-topics.sh is used to specify the replication factor for a new topic?

Question 8

Which configuration parameter determines the number of partitions a topic will have?

Question 9

Which of these is NOT a valid configuration parameter when creating a Kafka topic?

Question 10

Which configuration file is used to set up Kafka brokers?