kirktrue commented on PR #14670:
URL: https://github.com/apache/kafka/pull/14670#issuecomment-1802247627

   An update on the `KafkaConsumerTest`—
   
   Of the 100 tests, 39 successfully pass using both group protocols. 61 have 
failures when using the `CONSUMER` group protocol, so they have been hardcoded 
to only use `GENERIC` for now. Of those 61 tests:
   
   - 29 trigger bugs when using the new `AsyncKafkaConsumer` (AKA CTR consumer) 
that the `CONSUMER` group protocol leverages 
   - 24 reference rebalance logic that is currently unimplemented in the 
`CONSUMER` group protocol
   - 2 reference topic metadata logic that is currently unimplemented in the 
`CONSUMER` group protocol
   - 3 reference RPCs that are used only by the `GENERIC` group protocol
   - 3 reference the `enforceRebalance()` that the `CONSUMER` group protocol 
intentionally doesn't implement
   
   It will be one of my top priorities to circle back to the 'bugs' to 
investigate and fix.


-- 
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

Reply via email to