We are using kafka cluster with 3 kafka nodes with kafka version 0.10 ( HDP 2.6.4 )
From the kafka logs we get a very strange message as the following
Beginning offset 1432 is after the ending offset 1298 for topic data.out.cars
note - we have 110 partition for this topic
How it can be that begin offset is 1432 while ending is much less as 1298
What could be wrong in kafka configuration ?
Can we avoid this problem by tune some kafka parameters?