oleksiyk / kafka

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

Group Consumer :How do we get messages in groupConsumer specifying startOffset and Lastoffset #220

Open tmruthyu opened 6 years ago

tmruthyu commented 6 years ago

We are using no-kafka library, our scenario is we are trying to use groupConsumer in our code, and consuming messages. We have a scenario to retrieve the messages in bulk giving first and last offset.

Wanted to know If there is any method /Interface to get messages in bulk on providing the offsets?
Any suggestions please ??

svakili commented 5 years ago

Interested in doing a similar thing. Any idea anyone?