AxonFramework / extension-kafka

Axon Framework extension for Kafka integration to publish and handle Event messages.
https://axoniq.io/
Apache License 2.0
66 stars 28 forks source link

By doing the validation whether the kafka message was successfully se… #455

Closed gklijs closed 11 months ago

gklijs commented 11 months ago

…nd in the prepare commit, it happened after storing the token. Which made it very likely to miss events, this has now been fixed. Resolves https://github.com/AxonFramework/extension-kafka/issues/454 The project in https://github.com/gklijs/gifcard-kafka-mongo was used to validate the solution (you do need a mvn clean install of this branch to succeed)

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

85.7% 85.7% Coverage
0.0% 0.0% Duplication