github zio/zio-kafka v0.9.0
0.9.0

latest releases: v2.7.4, v2.7.3, v2.7.2...
4 years ago

Changes from 0.8.0:

  • Consumer.make and Producer.make now return ZManaged values (#161 by @LGLO)
  • Producer.produce/produceChunk now produce the record/chunk immediately. The previous implementation returned RIO[R with Blocking, Task[RecordMetadata]], which was potentially more efficient but also easy to miss the inner layer. The old behavior is available under produceAsync/produceChunkAsync. (#165 by @LGLO)
  • ZIO has been upgraded to 1.0.0-RC19. (#170 by @iravid)

Don't miss a new zio-kafka release

NewReleases is sending notifications on new releases.