github zio/zio-kafka v2.9.0

18 hours ago

This release brings important fixes in the rebalancing mechanism, as well as other minor improvements.

A couple of methods are now deprecated:

  • Serde#inmapM, renamed to inmapZIO
  • Deserializer#contramapM, renamed to contramapZIO
  • Serializer#mapM, renamed to mapZIO
  • Consumer#fromJavaConsumer(javaConsumer), replaced by fromJavaConsumerWithPermit

If you are using scala-steward, the renamed methods are automatically changed.

🚀 Changes

🌱 Dependency Updates

  • Update kafka-clients and embedded-kafka to 3.8.1 by @zio-scala-steward in #1352
  • Update zio-kafka, zio-kafka-testkit to 2.8.3 by @zio-scala-steward in #1353
  • Update zio, zio-streams, zio-test, ... to 2.1.12 by @zio-scala-steward in #1364

🔧 Maintenance

Full Changelog: v2.8.3...v2.9.0

Don't miss a new zio-kafka release

NewReleases is sending notifications on new releases.