It is possible to change the start offset for a new topic? I would like to create a new topic and start reading from the offset 10000. How?
10000
if you need to change the offset.
kafka-consumer-groups --bootstrap-server {url} \ --topic {topic} \ --group {consumer} \ --reset-offsets --to-datetime 2020-11-11T00:00:00.000+0900 \ --execute
Unparseable Date Error when parsing UTC string through SimpleDateFormat to Date