Rewind / fast-forward / replay
- Step 1: Detach Kafka tables in ClickHouse
- Step 2:
kafka-consumer-groups.sh --bootstrap-server kafka:9092 --topic topic:0,1,2 --group id1 --reset-offsets --to-latest --execute
- Step: Attach Kafka tables back
See also these configuration settings:
<kafka>
<auto_offset_reset>smallest</auto_offset_reset>
</kafka>
Last modified 2021.08.12: General corrections and updates. (876b7b6)