Releases: strimzi/mirror-maker-2-extensions
1.2.0
Changes since 1.1.0
From the version 1.2.0, the Strimzi identity replication policy provides exactly the same functionality as Kafka's own policy and works only with Kafka 3.0.0 and newer. It is provided only for backwards compatibility reasons for Strimzi users with MirrorMaker 2 clusters configured to use io.strimzi.kafka.connect.mirror.IdentityReplicationPolicy.
If you want to use the identity replication policy with Apache Kafka 2.8 or older, please use the version 1.1.0 or 1.0.0.
The artifacts are available in Maven Central repositories.
1.2.0-rc1
Changes since 1.1.0
From the version 1.2.0, the Strimzi identity replication policy provides exactly the same functionality as Kafka's own policy and works only with Kafka 3.0.0 and newer. It is provided only for backwards compatibility reasons for Strimzi users with MirrorMaker 2 clusters configured to use io.strimzi.kafka.connect.mirror.IdentityReplicationPolicy.
If you want to use the identity replication policy with Apache Kafka 2.8 or older, please use the version 1.1.0 or 1.0.0.
Staging repository
To test the release, use the staging repository by including following in your pom.xml:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1159</url>
</repository>
</repositories>You can also download the JAR from the staging repository.
1.1.0
1.1.0-rc1
Changes since 1.0.0
- Add support for Apache Kafka 3.0.0
Staging repository
To test the release, use the staging repository by including following in your pom.xml:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1120</url>
</repository>
</repositories>You can also download the JAR from the staging repository.
1.0.0
0.1.0
Initial release
- Identity Replication Policy
- This replication policy is supposed to be used for a simple two-site active-passive Kafka DRP setup where mirroring is always enabled in one direction only and where names of the downstream topics are not prefixed by Mirror Maker 2, so that switching of the active site does not require reconfiguration of the business services (i.e., we do not have to change names of the topics the services use) and does not add one more prefix to the topic name (i.e., we do not have topic names growing each time the switch happens).
The binaries are available from Maven repositories.