Skip to content

0.100.0

Compare
Choose a tag to compare
@see-quick see-quick released this 28 Jan 20:34
· 73 commits to main since this release

🚀 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 a custom server.properties file
    • with custom bootstrap servers
    • with custom Kafka image specified by System property
    • with KRaft (KIP-500) - supported from Kafka 3.0.0
    • allow specifying docker image by StrimziKafkaContainer constructor
    • adds Kafka 3.1.0 and solves the problem with KRaft (adding new listener CONTROLLER)
    • restriction KRaft for Kafka 2.8.1 (for using KRaft you need at least 3.0.0 Kafka version)
    • added parameterized test cases
  • (Experimental) support for multi-node setup