Skip to content

Releases: micronaut-projects/micronaut-kafka

Micronaut Kafka 3.2.0

07 Mar 22:14
b3df4c0
Compare
Choose a tag to compare

v3.2.0 (2021-03-07)

Full Changelog

Fixed bugs:

  • General configuration issues with micronaut-kafka #320
  • Ensure property resolution change doesn't trigger regression #286
  • KafkaConsumer is create even when no "kafka" property exists in the environment #261
  • KAFKA_BOOTSTRAP_SERVERS env variable is being ignored #179
  • @KafkaListener doesn't work when annotated with @validated #96

Closed issues:

  • Could not resolve placeholder in native images #310
  • Micronaut-Kafka with auto.commit.enable=false: how commit manually an offset? #298
  • Execution failed for task ':compileJava'. > javax.lang.model.element.UnknownElementException: Unknown element: "productProducer" #249
  • CompositeSerdeRegistry does not sort correctly #224
  • NPE using micronaut with confluent cloud kafka #201
  • Disabling kafka streams health checks creates invalid topology with Kafka 2.5.0 #196
  • Feature Request: Add enable parameter for Kafka configuration #138

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Kafka 3.1.0

18 Nov 16:52
Compare
Choose a tag to compare

v3.1.0 (2020-11-18)

Full Changelog

Main Changes:

  • Upgrade to Micronaut 2.1.4
  • Upgrade to Kafka 2.6

Closed issues:

  • Upgrade to Kafka 2.6 #216

Merged pull requests:

Micronaut Kafka 3.0.0

15 Sep 09:18
Compare
Choose a tag to compare

v3.0.0 (2020-09-15)

Full Changelog

Upgraded to Micronaut 2


Closed issues:

  • Add Release History section to micronaut kafka docs pointing to Github releases #218

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Kafka 2.1.1

09 Sep 09:30
Compare
Choose a tag to compare

v2.1.1 (2020-09-09)

Full Changelog

Fixed bugs:

  • KafkaProducerConfig is missing if requested from a KafkaListener #190

Merged pull requests:

Micronaut Kafka 2.1.0

19 Jun 05:44
Compare
Choose a tag to compare

v2.1.0 (2020-06-16)

Full Changelog

Closed issues:

  • Corrupted message in Kafka using Java 11 with native #152
  • Upgrade to Kafka 2.5.0

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Kafka v2.1.0.RC1

03 Jun 11:22
Compare
Choose a tag to compare
Pre-release

v2.1.0.RC1 (2020-06-03)

Full Changelog

Closed issues:

  • Micronaut tests use embedded kafka AND test container #132
  • Micronaut kafka crashes a few seconds after boot #122
  • Add KafkaStreams Health Class #120
  • OffsetStrategy.SYNC_PER_RECORD commits even with exception #119

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Kafka 2.0.0

14 Apr 09:53
Compare
Choose a tag to compare

2.0.0 (2020-04-14)

Full Changelog

  • New Maven group ID io.micronaut.kafka

Closed issues:

  • Add pre-boot hook for kafka streams #116
  • Metrics are all gauges, which is incorrect #105
  • KafkaListener OffsetStrategy.DISABLED Manual Acknowledgement Failure (Reactive Type) #103
  • KafkaStreams Cleanup call #92

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator