You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rs...@apache.org on 2020/07/07 15:49:47 UTC

[kafka] branch trunk updated (18f2589 -> 47cbbf2)

This is an automated email from the ASF dual-hosted git repository.

rsivaram pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 18f2589  KAFKA-10239: Make GroupInstanceId ignorable in DescribeGroups (#8989)
     add 47cbbf2  KAFKA-10243; ConcurrentModificationException while processing connection setup timeouts (#8990)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/ClusterConnectionStates.java     | 14 ++++++-
 .../org/apache/kafka/clients/NetworkClient.java    | 20 +++++-----
 .../kafka/clients/ClusterConnectionStatesTest.java | 45 ++++++++++++++++++++++
 .../apache/kafka/clients/NetworkClientTest.java    | 17 ++++++--
 4 files changed, 80 insertions(+), 16 deletions(-)