debezium/dbz#313 Demo: Keep *all* change events in a downstream database [DBZ-2101] #402
Open
SaidiBTW wants to merge 2 commits intodebezium:mainfrom
Open
debezium/dbz#313 Demo: Keep *all* change events in a downstream database [DBZ-2101] #402SaidiBTW wants to merge 2 commits intodebezium:mainfrom
SaidiBTW wants to merge 2 commits intodebezium:mainfrom
Conversation
…2101] + Use of JDBC Sink Connector Signed-off-by: Ian Sawala <iansawalasaidi@gmail.com>
…2101] + Modyfying README.md and connector configuration for .add.fields.prefix Signed-off-by: Ian Sawala <iansawalasaidi@gmail.com>
Member
|
Hi @SaidiBTW would it be too much to ask to update this specific demo to Debezium 3.4? That might be a good first pass in a separate PR, then once merged, rebase these changes on that work? |
Author
|
Okay. I'll get to it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
docker-compose.ymltoCONNECT_VALUE_CONVERTER_SCHEMAS_ENABLE=trueto true to ensure our JSON Schema is generated when we first pass messages to Kafka topicsChangeEventEnricherand theTopologyProducerto make them compatible with schema-enforced JSONChangeEventEnricherto manually add the audit schema to the message schema and forward the message to thedbserver1.inventory.vegetable.enrichedtopic.jdbc-connector-config.jsonto configure the Debezium JDBC Connector to the Postgres Sink.docker-compose.ymlvolumes to map the host plugin directory to the Kafka Connect plugin directory.init.sqlfile contains theCREATE TABLEsql query required to create table in the Postgres sink the connector does not automatically create it.Checklist