You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/07/14 16:05:51 UTC

[GitHub] [kafka] rajinisivaram opened a new pull request, #12406: MINOR: Fix options for old-style Admin.listConsumerGroupOffsets

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

   This fixes the options set in commit https://github.com/apache/kafka/commit/beac86f049385932309158c1cb49c8657e53f45f for the old style API. Timeout was not being copied to the new options. The copy is error-prone, so changing to use the provided options directly.
   
   ### 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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] rajinisivaram commented on pull request #12406: MINOR: Fix options for old-style Admin.listConsumerGroupOffsets

Posted by GitBox <gi...@apache.org>.
rajinisivaram commented on PR #12406:
URL: https://github.com/apache/kafka/pull/12406#issuecomment-1185301438

   @dajac Thanks for the review, merging to trunk and 3.3


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] rajinisivaram merged pull request #12406: MINOR: Fix options for old-style Admin.listConsumerGroupOffsets

Posted by GitBox <gi...@apache.org>.
rajinisivaram merged PR #12406:
URL: https://github.com/apache/kafka/pull/12406


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org