Skip to content
Discussion options

You must be logged in to vote

Yes, Apicurio Registry 3.0 can be configured as an event source. We use an outbox pattern for this. It works a bit differently depending on the storage type you are using. For SQL we write a row to an outbox table. For Kafka we publish a message to an outbox topic. When using SQL the expectation is you would use Debezium or some other CDC approach to react to the events.

Replies: 2 comments 2 replies

Comment options

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

You must be logged in to vote
2 replies
@EricWittmann
Comment options

@EricWittmann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants