Closed ntviet18 closed 6 years ago
@ntviet18
/<your cluster>/consumers/<your consumer group>/offsets/<your topic>
, and set https://github.com/uber/uReplicator/blob/master/config/consumer.properties#L38 to smallest, then restart the workers and it will consume from the beginningneedToSend
logic to do the filtering.@xhl1988 , thank you very much your solutions are very elegant and helpful
Hi @xhl1988, @fx19880617
I want to reset worker offsets for some cases like 1) target topic was deleted, I want to restart from the beginning 2) I want to skip some messages How can do that?