[ https://issues.apache.org/jira/browse/KAFKA-6884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16476020#comment-16476020 ]
Attila Sasvari commented on KAFKA-6884: --------------------------------------- - tests that verify timeouts pass after making some changes in DescribeConsumerGroupTest FROM {code} case _: TimeoutException => // OK {code} TO: {code} case e: ExecutionException => assert(e.getMessage.contains("TimeoutException")) // OK {code} - [~andrasbeni] noticed that the Empty state was missing from ConsumerGroupState.java in the pull request https://github.com/apache/kafka/pull/4980 . I added it and now tests that exercise groups with no members pass > ConsumerGroupCommand should use new AdminClient > ----------------------------------------------- > > Key: KAFKA-6884 > URL: https://issues.apache.org/jira/browse/KAFKA-6884 > Project: Kafka > Issue Type: Improvement > Reporter: Jason Gustafson > Assignee: Attila Sasvari > Priority: Major > > Now that we have KIP-222, we should update consumer-groups.sh to use the new > AdminClient. -- This message was sent by Atlassian JIRA (v7.6.3#76005)