Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
testSubscriptionOnInvalidTopic expects the consumer throws
InvalidTopicException on poll(ZERO), which fails for the new AsyncConsumer (same for testPollAuthenticationFailure). We should investigate if this needs the same fix applied to other tests, to do continuous poll(ZERO) to allow for the background thread to run after a fetch event has been added in the app thread, so that related errors can be propagated in poll. See linked Jira with similar fix.
Attachments
Issue Links
- relates to
-
KAFKA-17132 Revisit testMissingOffsetNoResetPolicy for AsyncConsumer
- Resolved
- links to