notification/hook option #6431
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
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. |
Beta Was this translation helpful? Give feedback.
-
@EricWittmann thanks for response, is there some example how to setup apicurio + postgresql + debezium? I've seen just example with kafka. |
Beta Was this translation helpful? Give feedback.
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.