*KAFKA-7471 Multiple Consumer Group Management (Describe, Reset, Delete) + --groups-all option Functionality: * Describe/Delete/Reset offsets on multiple consumer groups at a time (including each group by repeating `--group` parameter) * Describe/Delete/Reset offsets on ALL consumer groups at a time (add new `--groups-all` option similar to `--topics-all`) * Export offsets to reset for multiple consumer groups to a CSV file (CSV generation export/import rework, CSV format rework)
*All Unit and integration tests implemented * ### Committer Checklist (excluded from commit message) - [ v ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) [ Full content available at: https://github.com/apache/kafka/pull/5726 ] This message was relayed via gitbox.apache.org for [email protected]
