Re: Kafka Consumers - keeping them open

2019-06-24 Thread Boyang Chen
Hey Kevin, could you give more context on what it means for `keep eating records` and `stops incrementing`? In a typical use case, you should call `poll()` in a while loop, and if you stop seeing new records, it could be either your consumer is not working correctly, or your input volume is not fe

Kafka Consumers - keeping them open

2019-06-24 Thread Kevin Perera
Hello! I’m interested in trying to get my Kafka Consumer to keep eating records. However, after a short period of time, it stops incrementing. How do you usually get this to work? Below is a short configuration that I use for my KafkaConsumer. Any help would be greatly appreciated. hostname =