aliehsaeedii opened a new pull request, #19646: URL: https://github.com/apache/kafka/pull/19646
This PR implements all the options for `--reset-offset`, (supports `--execute`, `--dry-run`, `--export`). Includes unit and integration tests. - --reset-offsets --topics <String: topics> --shift-by Long - --reset-offsets --topics <String: topics> --to-offset Long - --reset-offsets --topics <String: topics> -to-latest - --reset-offsets --topics <String: topics> -to-earliest - --reset-offsets --all-topics --shift-by Long - --reset-offsets --all-topics --to-offset Long - --reset-offsets --all-topics -to-latest - --reset-offsets --all-topics -to-earliest - --reset-offsets --all-topics -to-earliest - --reset-offsets --from-file String:fileName - --reset-offsets --topics <String: topics> --by-duration String: duration - --reset-offsets --all-topics --by-duration String: duration - --reset-offsets --topics <String: topics> --to-datetime String: datetime - --reset-offsets --all-topics --to-datetime String: datetime - --reset-offsets --topics <String: topics> -to-current - --reset-offsets --all-topics -to-current -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org