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

fix: Outbox must skip dbz_signal #43

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

miguelbirdie
Copy link
Contributor

@miguelbirdie miguelbirdie commented Jan 16, 2024

Outbox is a Kafka Connect transformer to redirect the integration event to the right topic. The logic assumes that there is a field called payload, and that's true for integration events.
However, if we want to enable incremental snapshots, automatically the connector starts ingesting public.dbz_signal table used to managed custom snapshots. But that table doesn't contain payload field. So, we are going to skip in Outbox transformer all messages coming from public.dbz_signal topic.

@miguelbirdie miguelbirdie merged commit c4cca02 into master Jan 16, 2024
1 check passed
@miguelbirdie miguelbirdie deleted the AE-1806-Outbox-disabling-dbz-signal branch January 16, 2024 12:10
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.

2 participants