I worked at Google and read the Kafka documentation, but I could not find out the maximum value of the consumer bias and whether there was a bias after the maximum value. I understand that the offset is an Int64 value, so the maximum value is 0xFFFFFFFFFFFFFFFFFF. If there is a workaround, how does Kafka deal with this situation?
offset apache-kafka kafka-consumer-api
rodolk
source share