PartitionOffsetRequestInfo maxNumOffsets的含义是什么?

时间:2017-06-01 03:32:19

标签: apache-kafka

case class PartitionOffsetRequestInfo(time: Long, maxNumOffsets: Int)

任何人都知道macNumOffsets的方法,ty

1 个答案:

答案 0 :(得分:0)

  

maxNumOffset 设置为大于1的任何内容会在给定时间之前为我们提供更多的消息偏移量

请参阅:http://cfchou.github.io/blog/2015/04/23/a-closer-look-at-kafka-offsetrequest/