Releases: monix/monix-kafka
Releases · monix/monix-kafka
v1.0.0-RC7
Depends on Monix 3.x
Main changes:
- PR #245: Use
Consumer
and Producer
interfaces instead of KafkaConsumer
/ KafkaProducer
- PR #248: Scala 2.13 tweaks
Thanks to all the contributors!
v1.0.0-RC6
Depends on Monix 3.x
Main changes:
- PR #133: Configure serializers in kafka producer after creating
- PR #150: Allow customization of error handling in ProducerSink
- PR #179: Add seekToBeginning option and reuse instances of kafka (de)serializers
- PR #180: Add client.rack option
Thanks to all the contributors!
v1.0.0-RC5
Depends on Monix 3.0.0
Main changes:
- PR #89: Added fetch.max.bytes setting
- PR #95: Improve Producer performance
- PR #100: Add method
mergeByCommitCallback
- PR #115: Allow to use Kafka Serializers
Thanks to all the contributors!
v1.0.0-RC4
Version 1.0.0-RC4 (June 16, 2019)
Depends on Monix 3.0.0-RC3
.
v1.0.0-RC3
Changes:
- PR #64 Manual commits support
- PR #68 Scalafmt
- Updates of dependencies
Depends on Monix 3.0.0-RC2
.
v1.0.0-RC2
- Updates Monix to 3.0.0-RC2
- PR #44 - Add possibility of adding custom configs
- PR #48 - Fix Kafka's Config classloader conflicts
v0.17
- PR #45
- This release uses Monix 2.3.x
v1.0.0-RC1
- Updates Monix to 3.0.0-RC1
- Updates Kafka to 1.0.1
- Adds tests using Embedded Kafka
V1.0.0-M3
Changes:
-Updated monix dependency to 3.0.0-M3
v0.16
Minor release.
Changes:
- Adds Kip62 config parameters and default values to Kafka 1.0.0
default.conf
.
- Adds configs for metrics