Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary outbox pattern #146

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

owetterau
Copy link

I have added a new output format to allow for easy implementation of the outbox pattern used with micro services when database updates need to be in sync with messages sent to Kafka.

Format name: BINARY_OUTBOX

Properties:

  • binary_outbox.document.topic: name of the property within the MongoDB document containing the Kafka topic name where to send the message to
  • binary_outbox.document.key: name of the property within the MongoDB document containing the Kafka key that shall be used when sending the message
  • binary_outbox.document.value: name of the property within the MongoDB document containing the actual message (any binary format - could be JSON, AVRO etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant