oleksiyk / kafka

Apache Kafka 0.9 client for Node
MIT License
297 stars 85 forks source link

If consumer group Id is wrong not throwing any error #242

Closed ashwinismath closed 5 years ago

ashwinismath commented 5 years ago

Hi,

I am working on GroupConsumer concept if i pass wrong consumer group id it's not throwing any error.

Please help me out in this.

oleksiyk commented 5 years ago

It shouldn't throw any error. It will just start a new group.

ashwinismath commented 5 years ago

Hi sir ...If that group is not available in that server , it's trying to search the group in infinite loop .Then it won't come back to called function.Then how to handle it.