Using kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe -group my-app .. put the output within the logs .. also its pretty obvious, cause no data will flow anymore
Regards -----Ursprüngliche Nachricht----- Von: M. Manna <manme...@gmail.com> Gesendet: Donnerstag, 7. November 2019 22:10 An: users@kafka.apache.org Betreff: Re: Consumer Lags and receive no records anymore Have you checked your Kafka consumer group status ? How did you determine that your consumers are lagging ? Thanks, On Thu, 7 Nov 2019 at 20:55, Oliver Eckle <iee1...@gmx.de> wrote: > Hi there, > > > > have pretty strange behaviour questioned here already: > https://stackoverflow.com/q/58650416/7776688 > > > > As you could see from the logs: https://pastebin.com/yrSytSHD at a > specific point the client is stopping to receive records. > > I have a strong suspicion that it relates to performance on handling > the records - so that I run into kind of timeout. > > What seems to be strange, is that the client is not getting back and > heartbeats are processed successfully. > > Even the consumer will be returned on inspecting the consumer group. > Any idea .. kafka log has no error in it. > > > > Running a cluster with 3 broker inside a Kubernetes cluster, using the > bitnami helm chart. > > > > Kind Regards > > Oliver > > > > > >