confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
175 stars 3.14k forks source link

kafka consumer groupid #172

Closed ecostaalfaia closed 9 years ago

ecostaalfaia commented 9 years ago

Hi Edenhill,

The several kakfa consumer codes(java, python, etc.) use a consumer groupID like parameter. How could I use in rdkafka_example.cpp?

Thanks

edenhill commented 9 years ago

Consumer group id is only relevant for centrally coordinated consumer groups, and that is currently not available in librdkafka. It will be available when Apache Kafka 0.9 is released with the new broker-based consumer groups.

Tracking issue #152