oleksiyk / kafka

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

Is Simple Consumer same as the old Kafka Simple consumer #123

Closed goodfella1408 closed 7 years ago

goodfella1408 commented 7 years ago

There are two types of consumers documented - simple consumer and group consumer Is the simple consumer same as the old Kafka simple consumer or is it the old high level consumer . Seeing that we can pass group id to the simple consumer and also the description ("Suitable for simple use cases") one is tempted to think it's the old high level consumer but if one goes by the name it seems to be the old simple consumer Do we have to handle broker leader changes if it is the old Kafka simple consumer ? I think it would be good if the wiki calls it out explicitly whether the simple consumer is indeed the old kafka simple consumer

oleksiyk commented 7 years ago

SimpleConsumer is old Kafka Simple Consumer.