Hello all Some background.
I have a 3 kafka brokers A,B and C, there is a kafka topic called topic with 20 partitions (no replicas). Everything has been working fine for about a week when suddenly all the data sent to partitions belonging to broker C are not seen by the Consumer the consumer is using the high level consumer and does not look much different to the sample provided in the documentation. When I inspected the topic i can see that all the partitions are lagging behind. A restart (og the consumer) seems to sort it out but I am stumped as to whats doing on any help appreciated. Thanks Pablo