github zio/zio-kafka v0.16.0

latest releases: v2.8.2, v2.8.1, v2.8.0...
3 years ago

This release brings a Scala 3 build and the ZIO module pattern 2.0, along with some other enhancements.

Changes

  • Build for Scala 3 @987Nabil (#317)
  • Refactor To Use Latest Version Of Module Pattern @adamgfraser (#331)
    • Replace Kafka with Has[Kafka], Consumer with Has[Consumer] and Producer[R, K, V] with Has[Producer] in your ZIO environment types
    • Note that Producer no longer takes deserializers at construction type , they need to be passed explicitly to the produce* methods upon usage.
  • Add describeConsumerGroups and removeMembersFromConsumerGroup to AdminClient @koshelev (#340)
  • Add Consumer.partitionedAssignmentStream @iravid (#333)
  • Fix links in scaladoc @koshelev (#341)

🌱 Dependency Updates

Don't miss a new zio-kafka release

NewReleases is sending notifications on new releases.