Hello, We are using kafka version 0.8.1 and the python kafka client. Everything has been working fine and suddenly this morning I saw a OffsetOutOfRange on one of the partitions. (We have 20 partitions in our kafka cluster)
We fixed it by seeking to the head offset and restarting the app. But why would we get such an error during normal course of operations? isn't the offset a continually increasing number? thx Jim @jimmyislive