Skip to content

Commit

Permalink
Merge pull request AxonIQ#122 from gabrielkirsten/typo-kafka
Browse files Browse the repository at this point in the history
Fixed typo kafka
  • Loading branch information
smcvb authored Mar 23, 2020
2 parents 0e56572 + 2d64707 commit fadece4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This approach ensures failure to publish to Kafka enforces failure of the initia
This approach ensures the event has been published on the event bus regardless of whether publication to Kafka works

When setting up event publication it is also important to take into account which `ConfirmationMode` is used.
The `ConfirumationMode` influences the process of actually producing an event message on a Kafka topic,
The `ConfirmationMode` influences the process of actually producing an event message on a Kafka topic,
but also what kind of `Producer` the `ProducerFactory` will instantiate:

* **TRANSACTIONAL** - This will require the `Producer` to start, commit and (in case of failure) rollback the
Expand Down

0 comments on commit fadece4

Please sign in to comment.