Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MGathier committed Jul 15, 2022
2 parents be9a4f1 + 3eab79d commit ff4f296
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extensions/kafka.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Kafka

{% hint style="info" %}
The Kafka Extension currently only has a Release Candidate. Due to this, minor releases of the extension or Axon Framework may include breaking changes to the APIs.
{% endhint %}

Apache Kafka is a very popular system for publishing and consuming events. Its architecture is fundamentally different from most messaging systems and combines speed with reliability.

Axon provides an extension dedicated to _publishing_ and _receiving_ event messages from Kafka. The Kafka Extension should be regarded as an alternative approach to distributing events, besides \(the default\) Axon Server.
Expand Down
32 changes: 32 additions & 0 deletions release-notes/rn-axon-framework/rn-af-minor-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@ Any patch release made for an Axon project is tailored towards resolving bugs. T

## Release 4.5

### Release 4.5.14

#### Bug Fixes

- TrackingEventProcessors shutdown is not working correctly in 4.5.13 [#2287](https://github.com/AxonFramework/AxonFramework/issues/2287)
- Snapshots are not read with snapshot filter and same serializer for events and snapshots [#2286](https://github.com/AxonFramework/AxonFramework/pull/2286)
- Snapshots are not considered during loading of an Aggregate using Axon-Server-Connector [#2285](https://github.com/AxonFramework/AxonFramework/issues/2285)

### Release 4.5.13

#### Features

- Make the shutdown timeout configurable [#1981](https://github.com/AxonFramework/AxonFramework/issues/1981)

#### Enhancements

- Pooled Streaming Event Processor configuration enhancement [#2276](https://github.com/AxonFramework/AxonFramework/pull/2276)
- Introduce mechanism to interrupt `TrackingEventProcessor` worker threads [#2041](https://github.com/AxonFramework/AxonFramework/pull/2041)
- Allow lifecycle phase timeout configuration [#2037](https://github.com/AxonFramework/AxonFramework/pull/2037)

#### Bug Fixes

- Retry to initialize the token store correctly on exception for PSEP. [#2277](https://github.com/AxonFramework/AxonFramework/pull/2277)
- Process events with identical `TrackingToken` together in the `PooledStreamingEventProcessor` [#2275](https://github.com/AxonFramework/AxonFramework/pull/2275)
- PooledStreamingEventProcessor does not Retry if initialization fails [#2274](https://github.com/AxonFramework/AxonFramework/issues/2274)

#### Dependency Upgrade

- Bump projectreactor.version from 3.4.20 to 3.4.21 [#2284](https://github.com/AxonFramework/AxonFramework/pull/2284)
- Bump axonserver-connector-java from 4.5.4 to 4.5.5 [#2278](https://github.com/AxonFramework/AxonFramework/pull/2278)
- Bump axonserver-connector-java from 4.5.5 to 4.5.6 [#2282](https://github.com/AxonFramework/AxonFramework/pull/2282)

### Release 4.5.12

#### Bug Fixes
Expand Down

0 comments on commit ff4f296

Please sign in to comment.