Spring Kafka August 3, 2020 接收指定offset的消息 实现ConsumerSeekAware void registerSeekCallback(ConsumerSeekCallback callback); void onPartitionsAssigned(Map<TopicPartition, Long> assignments, ConsumerSeekCallback callback); void onIdleContainer(Map<TopicPartition, Long> assignments, ConsumerSeekCallback callback); comments powered by Disqus