Skip to content

Releases: kmcclellan/kafka-dataflow

Minor fixes

09 Nov 00:50

Choose a tag to compare

Transaction/EoS Support

03 Nov 14:02

Choose a tag to compare

Transactions and EoS are now supported using TargetBuilder<T>. Also includes linked message targets for committing offsets, messages on consume/delivery handlers, and more. See README for usage examples.

https://www.nuget.org/packages/Confluent.Kafka.Dataflow/2.0.0

Stable API

24 May 12:56

Choose a tag to compare

See README for usage notes. Transactions/EOS not supported yet, but will be in a future version.
https://www.nuget.org/packages/Confluent.Kafka.Dataflow/1.0.0

Heartbeat reassignment fix

31 Mar 18:30

Choose a tag to compare

Pre-release
  • Fix faulting on reassignment with pending consuming
  • Better fault propagation

Consumer heartbeat + refactoring

26 Mar 15:00

Choose a tag to compare

Pre-release
Extend source completion

* Wait until safe to dispose consumer

Delivered offsets

22 Mar 17:37

Choose a tag to compare

Delivered offsets Pre-release
Pre-release

Support representing a producer as a source for delivered (produced/committed) offsets.

v0.1.1

22 Mar 17:45

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
Fix offsets not being committed bug

Working prototype

24 Feb 15:09

Choose a tag to compare

Working prototype Pre-release
Pre-release
v0.1.0

Batch produce blocks