This is an automated email from the ASF dual-hosted git repository.
dajac pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 9be18d2bfcd MINOR: Remove unused createNetworkClient overload in
ClientUtils (#21810)
add a6eb6aef218 KAFKA-20291 [3/3]: Implement assignment batching for
streams groups (#21722)
No new revisions were added by this update.
Summary of changes:
.../api/AbstractAuthorizerIntegrationTest.scala | 1 +
.../server/StreamsGroupDescribeRequestTest.scala | 3 +-
.../server/StreamsGroupHeartbeatRequestTest.scala | 21 ++-
.../coordinator/group/GroupMetadataManager.java | 15 ++
.../group/GroupMetadataManagerTest.java | 188 +++++++++++++++++++++
.../integration/RebalanceIntegrationTest.java | 58 ++++---
.../RebalanceProtocolMigrationIntegrationTest.java | 44 ++---
.../SmokeTestDriverIntegrationTest.java | 29 ++--
.../kafkatest/tests/streams/streams_smoke_test.py | 10 +-
.../tests/streams/streams_standby_replica_test.py | 8 +-
10 files changed, 311 insertions(+), 66 deletions(-)