Skip to content

Releases: reactor/reactor-kafka

Reactor Kafka 1.1.0.RELEASE

11 Oct 16:10
Compare
Choose a tag to compare

What's new in Reactor Kafka 1.1.0.RELEASE

This release is a maintenance release. The following are the major updates:

• Align with Reactor 3.2.1.RELEASE version
• Update to Apache Kafka 2.0.0 client
• Stabilize test-suite

Reactor Kafka 1.0.1.RELEASE

23 Jul 20:54
Compare
Choose a tag to compare

What’s new in Reactor Kafka 1.0.1.RELEASE

  • Update to Apache Kafka 1.0.2 client 🎉
  • Update to Reactor 3.1.8.RELEASE 🎉
  • Fixes for a list of significant issues
  • Performance tuning and optimization of Reactor 3 usage 🤟

👍 Big thanks to the following contributors for making Reactor Kafka 1.0.1 RELEASE possible

@smaldini, @bsideup

Reactor Kafka 1.0.0.RELEASE

27 Sep 09:42
Compare
Choose a tag to compare

This is the first production-ready release for Reactor Kafka 1.0.0.

Reactor Kafka is a reactive API for Apache Kafka based on Project Reactor. Reactor Kafka API enables messages to be published to Kafka topics and consumed from Kafka topics using functional APIs with non-blocking back-pressure and very low overheads. This enables applications using Reactor to use Kafka as a message bus or streaming platform and integrate with other systems to provide an end-to-end reactive pipeline.

  • This release is compatible with Kafka client version 0.11.0.0 and above.
  • This release is compatible with Kafka broker version 0.10.1.0 and above.
  • This release is compatible with reactor-core version 3.1.0.RELEASE.

👍 Big thanks to the following contributors for making Reactor Kafka 1.0.0 RELEASE possible

@rajinisivaram @smaldini @markpollack

Reactor Kafka 1.0.0.RC1

27 Sep 09:41
Compare
Choose a tag to compare
Pre-release

This is the first Release Candidate for Reactor Kafka 1.0.0.

⚠️ Update considerations

  • This release is compatible with reactor-core version 3.1.0.RC2

Reactor Kafka 1.0.0.M4

18 Sep 14:50
Compare
Choose a tag to compare
Pre-release

This is the MILESTONE 4 release of Reactor Kafka 1.0.0.

This milestone has upgraded Reactor Kafka to use Reactor Core version 3.1.0.RC1.

There are no major API changes in this release.

✨ New features and improvements

  • Support for transactional sends and exactly once delivery (ad1fa17)
  • Header support to Sender and Receiver records (883f7a9)

⚠️ Update considerations

  • This release is compatible with reactor-core version 3.1.0.RC1.

👍 Thanks to the following contributors who participated in this release

@rajinisivaram @smaldini

Reactor Kafka 1.0.0.M3

18 Jul 11:22
Compare
Choose a tag to compare
Pre-release

This is the MILESTONE 3 release of Reactor Kafka 1.0.0.

This milestone has upgraded Reactor Kafka to Reactor Core version 3.1.0.M3 and Apache Kafka version 0.11.0.0.
There are no major API changes in this release.

⚠️ Update considerations

  • This release is compatible with Kafka client version 0.11.0.0 and above.
  • This release is compatible with Kafka broker version 0.10.1.0 and above.
  • This release is compatible with reactor-core version 3.1.0.M3.

👍 Thanks to the following contributors that also participated to this release

@smaldini @markpollack

Reactor Kafka 1.0.0.M1

12 Dec 15:27
Compare
Choose a tag to compare
Pre-release

This is the first milestone release of Reactor Kafka.

Reactor Kafka is a reactive API for Apache Kafka based on Project Reactor. Reactor Kafka API enables messages to be published to Kafka topics and consumed from Kafka topics using functional APIs with non-blocking back-pressure and very low overheads. This enables applications using Reactor to use Kafka as a message bus or streaming platform and integrate with other systems to provide an end-to-end reactive pipeline.

For more information and additional resources, see [Reactor Kafka Reference Guide (https://repo.spring.io/milestone/io/projectreactor/kafka/reactor-kafka-docs/1.0.0.M1/reactor-kafka-docs-1.0.0.M1.zip!/docs/index.html).