Lianet Magrans created KAFKA-17163: -------------------------------------- Summary: Revisit testSubscriptionOnInvalidTopic for AsyncKafkaConsumer Key: KAFKA-17163 URL: https://issues.apache.org/jira/browse/KAFKA-17163 Project: Kafka Issue Type: Task Components: consumer Reporter: Lianet Magrans
testSubscriptionOnInvalidTopic expects the consumer throws InvalidTopicException on poll(ZERO), which fails for the new AsyncConsumer. 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. -- This message was sent by Atlassian Jira (v8.20.10#820010)