Skip to content

0.100.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@see-quick see-quick released this 20 Jan 17:33
· 56 commits to main since this release

🚀 Release candidate 1 of Strimzi test containers 0.100.0 is now available for testing.

The main changes since 0.25.0 release includes:

  • adds a variety of options how to configure broker to run Strimzi Kafka container:
    • with a specific Kafka version
    • with additional configuration
    • on a fixed port
    • with KRaft (KIP-500)
    • with a custom server.properties file
    • with custom bootstrap servers
    • with custom Kafka image specified by System property
  • (Experimental) support for multi-node setup

Maven artefacts

To test the Maven artefacts which are part of this release, use the staging repository by including the following in your pom.xml:

  <repositories>
    <repository>
      <id>staging</id>
      <url>https://oss.sonatype.org/content/repositories/iostrimzi-1154</url>
    </repository>
  </repositories>