Kafka - Cluster Architecture
Given the following snippet from a Kafka server.properties file:
broker.id=2 listeners=PLAINTEXT://localhost:9093 log.dirs=/tmp/kafka-logs-2
What will be the broker's ID and listening port when Kafka starts?
Given the following snippet from a Kafka server.properties file:
broker.id=2 listeners=PLAINTEXT://localhost:9093 log.dirs=/tmp/kafka-logs-2
What will be the broker's ID and listening port when Kafka starts?
broker.id=2 sets the broker ID to 2.listeners=PLAINTEXT://localhost:9093 means the broker listens on port 9093.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions