Creates a KafkaConsumer.
The \p conf object must have \c group.id set to the consumer group to join.
Use close() to shut down the consumer.
RebalanceCb CONFIGURATION.md for \c group.id, \c session.timeout.ms, \c partition.assignment.strategy, etc.
See Implementation
Creates a KafkaConsumer.
The \p conf object must have \c group.id set to the consumer group to join.
Use close() to shut down the consumer.