github zio/zio-kafka v3.6.0

3 hours ago

This release fixes a hang of the consumer while retrying after an error (e.g. authorization error) while there are no incoming records. Many thanks to @acrow for reporting the bug!

In addition, most operations in the AdminClient should now wait until the operation is actually done. The remaining AdminClient operations now sleep (1 second by default) to increase the chance the operation finished.

🚧 Breaking changes

  • The AdminClient's writeOperationSemaphore, introduced in zio-kafka 3.4.0 has been removed again.
  • AlterConfigOpType.Substract has been deprecated. Use AlterConfigOpType.Subtract instead.

🚀 Changes

🔧 Maintenance

Full Changelog: https://github.com/zio/zio-streams-compress/compare/v3.5.0..v3.6.0

Don't miss a new zio-kafka release

NewReleases is sending notifications on new releases.