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

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


    from cb7871ca6e9 MINOR: update docs note about spurious stream-stream join 
results (#13642)
     new 721d160175d KAFKA-14837/14842:Avoid the rebalance caused by the 
addition and deletion of irrelevant groups for MirrorCheckPointConnector 
(#13446)
     new c7347c266f8 MINOR: Refactor Mirror integration tests to reduce 
duplication (#13428)
     new 402cce07961 KAFKA-14666: Add MM2 in-memory offset translation index 
for offsets behind replication (#13429)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../connect/mirror/MirrorCheckpointConnector.java  |  44 +++-
 .../kafka/connect/mirror/MirrorCheckpointTask.java |  59 ++++-
 .../kafka/connect/mirror/OffsetSyncStore.java      | 192 +++++++++++++++-
 .../mirror/MirrorCheckpointConnectorTest.java      |  51 ++++-
 .../connect/mirror/MirrorCheckpointTaskTest.java   |  70 +++++-
 .../kafka/connect/mirror/OffsetSyncStoreTest.java  | 156 +++++++++++--
 .../IdentityReplicationIntegrationTest.java        | 213 +----------------
 .../MirrorConnectorsIntegrationBaseTest.java       | 254 +++++++++++++++------
 ...rsWithCustomForwardingAdminIntegrationTest.java |   2 -
 9 files changed, 701 insertions(+), 340 deletions(-)

Reply via email to