Main changes since 0.29.0-rc1
- Fix Kafka, KafkaConnect and Cruise Control examples
- Fix error handling in KafkaRebalance processing
- Fix bugs in Rack-awareness and upgrade system tests
Maven artifacts
To test the Maven artifacts which are part of this 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-1171</url>
</repository>
</repositories>