Hi I am working on kafka upgrade to .9 and also upgrading the kafka consumer to new java consumer released with .9. While upgrade, i am using the existing topics, Steps are just stoping the .8 kafka and Starting the .9 kafka pointing to same log.dirs, At consumer side, i am using the same group name and topic name,But the new consumer is consuming the messages again from starting position in the topic. I have committed them in .8. I am adding auto.offset.reset = earliest.
Any idea why it is happening or We need to first consume all the message with .8 consumer and let the lag to become 0. Thanks Sunny