Skip to content
Discussion options

You must be logged in to vote

Brighter uses an outbox pattern under the hood during Post or PostAsync to guarantee message delivery. Since brokers like RabbitMQ and Kafka are inherently asynchronous (even when using their synchronous clients), a confirmation callback is required to verify the broker has successfully received the message.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by iancooper
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants