Bird
0
0

Which file must be edited to configure Kafka broker settings during installation?

easy📝 Conceptual Q2 of 15
Kafka - Basics and Event Streaming
Which file must be edited to configure Kafka broker settings during installation?
Aserver.properties
Bproducer.properties
Cconsumer.properties
Dzookeeper.properties
Step-by-Step Solution
Solution:
  1. Step 1: Identify Kafka broker configuration file

    The Kafka broker settings are configured in the server.properties file located in the config directory.
  2. Step 2: Differentiate from other properties files

    producer.properties and consumer.properties configure clients, and zookeeper.properties configures Zookeeper, not the broker.
  3. Final Answer:

    server.properties -> Option A
  4. Quick Check:

    Broker config file = server.properties [OK]
Quick Trick: Broker settings go in server.properties file [OK]
Common Mistakes:
  • Editing consumer.properties for broker settings
  • Confusing Zookeeper config with Kafka broker config
  • Changing producer.properties instead of server.properties

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes