Kafka consumer offset max value?

前端 未结 2 1011
长发绾君心
长发绾君心 2021-02-02 10:15

I was googling and reading Kafka documentation but I couldn\'t find out the max value of a consumer offset and whether there is offset wraparound after max value. I understand o

2条回答
  •  时光说笑
    2021-02-02 11:08

    It seems that this is not really "handled". But, taking into account that the offset is per partition, it seems this is something we should not worry about :)

    Please see http://search-hadoop.com/m/uyzND1uRn8D1sSH322/rollover/v=threaded

提交回复
热议问题