github zio/zio-kafka v2.4.1

latest releases: v2.7.5, v2.7.4, v2.7.3...
12 months ago

Noticeable Changes

  • [Fix] Issue #856 is now fixed
  • [Fix] After a call to consumer.stopConsumption, starting a new consumption with the same Consumer instance was not doing anything (fixed in #857)
  • [Breaking] The Producer.withProducerService(f) function has been removed. You need to replace it with ZIO.serviceWithZIO[Producer](f)

All Changes

  • Micro-optimisation for manual consumption mode: Use only 1 IO to execute all the c.seek calls in doSeekForNewPartitions @guizmaii (#900)
  • Using a Consumer without consuming shouldn't throw a RunloopTimeout exception @guizmaii (#857)
  • Update scalafmt-core to 3.7.5 @github-actions (#952)
  • Update sbt to 1.9.1 @github-actions (#948)
  • Clean some code of LiveTransactionalProducer and Producer @guizmaii (#947)
  • Update zio-kafka, zio-kafka-testkit to 2.4.0 @github-actions (#946)
  • Update README.md @zio-assistant (#945)

Don't miss a new zio-kafka release

NewReleases is sending notifications on new releases.