rust-rdkafka icon indicating copy to clipboard operation
rust-rdkafka copied to clipboard

Error: Unknow Group When Mannually Assign Topic

Open jesseXu opened this issue 2 years ago • 1 comments

According the kafka documentation if I use assign instead of subscribe method, I don't need to set a group id, but I got the following error:

Can't subscribe to specified topics: KafkaError (Subscription error: Local: Unknown group)

jesseXu avatar Jun 17 '22 02:06 jesseXu

It seems I have to fetch the metadata first to make the data available on local then probably I won't the this issue.

jesseXu avatar Jun 17 '22 07:06 jesseXu