Hi, I am trying to read kafka consumer using high level kafka Consumer API. I had to restart the consumers for some reason but I kept the same group id. It seems the consumers have started consuming from the beginning (0 offset) instead from the point they had already consumed.
What am I doing wrong here? How do I make sure the consumer start only from the point they had left before? Thanks -Pranay