Which configuration determines how many bytes of data are collected before sending messages to the Kafka broker?
You need to explain the best reason to implement the consumer callback interface ConsumerRebalanceListener prior to a Consumer Group Rebalance.
Which statement is correct?
The Controller is a broker that is... (select two)
You are sending messages to a Kafka cluster in JSON format and want to add more information related to each message:
* Format of the message payload
* Message creation time
* A globally unique identifier that allows the message to be traced through the systemWhere should this additional information be set?
You need to correctly join data from two Kafka topics.
What will allow for the co-partitioning? (Choose 2.)