OmniaGM opened a new pull request, #16766:
URL: https://github.com/apache/kafka/pull/16766

   The script will return "-" as placeholder for offsets and lag if topic 
partition is unknown.
   
   Note: 
   - I added integration test only as there is no unit test for this command
   - I moved `produceRecord` from 
`DeleteOffsetsConsumerGroupCommandIntegrationTest` to 
`ConsumerGroupCommandTestUtils` to be used in `DescribeConsumerGroupTest`. 
   - I also changed `generator` method to allow passing server config to 
disable auto creation of the topic as topic keep getting recreated without 
`auto.create.topics.enable` disabled
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to