Skip to content

fs2-kafka v2.0.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bplommer bplommer released this 25 Apr 18:29
· 686 commits to series/2.x since this release

This release candidate contains the same changes as v1.6.0, in addition to the following.

User-facing changes

  • Add dual-effect constructors for KafkaAdminClient and KafkaProducerConnection (#595)
  • Allow a custom ExecutionContext to be provided for blocking operations in KafkaProducerSettinngs and KafkaConsumerSettings (#590, #594)

Internals

  • Use a single-threaded ExecutionContext for producers (#584)
  • Add missing MkProducer argument, force compiler errors when they're missing (#585)
  • Decouple effect type of Mk traits from effect type of settings (#588)
  • Replace Deferred + Dispatcher with Promise in producer code (#587)