How to set Kafka offsets of a consumer group to a predefined list for all partitions at once?
I often face the situation when something happens with topic processing or I simply created duplicate of the topic, and I need to restore all the offsets for some consumer group.
PreviousHow to view all of the offsets for some consumer groups in Kafka using CLI?NextTransform the number from one numeric range to another
Last updated