Minor Releases
最后更新于
最后更新于
Any patch release made for an Axon project aims to resolve bugs. This page provides an overview of patch releases for the Axon Kafka Extension.
Whenever the StreamableKafkaMessageSource
started, it created a new consumer group. This implementation will eventually construct many groups within Kafka that are never used, as contributor aupodogov
noted in issue. We solved this issue by manually validating all the partitions instead of constructing a new consumer group each time. For those interested, the pull request for this can be found .
Contributor zambrovski
noticed that when FetchEventTask
dies, it did not put the Event Processor in error mode even though it should. To solve this, we ensured the error was rethrown far enough for the Event Processor to react to it accordingly. If you're curious about the solution, you can find the changes in pull request .
You can find the complete list of changes in release 4.5.4 .
The 4.5.3 release 're-enables' for the Kafka Extension. The support for this was accidentally removed, marked contributor tiger-seo
in issue . Commit reinstantes this behavior.
This release only includes two commits, namely and . These commits ensure that both event publishing and consuming provide a workable XStreamSerializer
default. Plus, the extension logs warnings in case a users uses the defaults.
Fixed a bug where the XStream was still a hard requirement .
Even though the extension only have it as a test
dependency, this release also bumped log4j
dependency to 2.15.0
.