Kafka - with Java/Python
Which configuration property is required to specify the Kafka brokers for a Java consumer client?
Which configuration property is required to specify the Kafka brokers for a Java consumer client?
bootstrap.servers property tells the consumer where to find Kafka brokers to connect to.group.id identifies the consumer group, key.deserializer defines how to decode keys, and auto.offset.reset controls offset behavior.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions