Skip to content

Releases: Farfetch/kafkaflow

1.5.1

31 Mar 16:39
Compare
Choose a tag to compare
  • Add helper method to run KafkaFlow as a Hosted Service
  • Allow multiple typedHandlers handling the same message type
  • Refactor consumer structure and unit tests

1.5.1-beta.2

30 Mar 16:08
Compare
Choose a tag to compare
1.5.1-beta.2 Pre-release
Pre-release
  • Add helper method to run KafkaFlow as a Hosted Service

1.5.1-beta.1

30 Mar 16:01
Compare
Choose a tag to compare
1.5.1-beta.1 Pre-release
Pre-release
  • Add helper method to run KafkaFlow as a Hosted Service

1.5.0

19 Feb 14:46
Compare
Choose a tag to compare

Features

  • ApacheAvro serializer with Schema Registry support
  • BatchConsume middleware
  • Custom Consumer and producer factory

1.4.10

12 Feb 12:29
Compare
Choose a tag to compare
  • Fix paused consumers to not fire partitions rebalance

1.5.0-rc.1

11 Feb 09:02
Compare
Choose a tag to compare
1.5.0-rc.1 Pre-release
Pre-release
  • ApacheAvroSerializer with SchemaRegistry support
  • Update Confluent driver to 1.5.3

1.4.9

02 Feb 15:01
Compare
Choose a tag to compare
  • feat: create BatchProduceAsync method

1.4.8

01 Feb 11:39
Compare
Choose a tag to compare
  • feat: add helper method to configure linger time in producers

1.5.0-beta.2

18 Jan 10:29
Compare
Choose a tag to compare
1.5.0-beta.2 Pre-release
Pre-release

New ApacheAvro serializer using SchemaRegistry

1.5.0-beta.1

26 Nov 15:24
Compare
Choose a tag to compare
1.5.0-beta.1 Pre-release
Pre-release
  • Breaking Change: The IMessageSerializer has changed to use streams and has a new SerializationContext parameter
  • Support for Schema Registry with multi-type topics
  • New ApacheAvro serializer