0.22.0
Changes between 0.21.0 and 0.22.0
This is a minor release with a bug fix, reliability improvements, and dependency upgrades. All users are encouraged to upgrade.
Note the library now requires at least Java 11.
Retry stored offset lookup in consumer update callback
GitHub issue: #691
Use lock in executor service factory
GitHub issue: #690
Fix correlation ID increment
GitHub issue: #689
Bump dependencies
GitHub issue: #674
Dependency
Maven
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>stream-client</artifactId>
<version>0.22.0</version>
</dependency>
Gradle
compile "com.rabbitmq:stream-client:0.22.0"