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

Add basic debezium-server plugin [DASE-1953] #38

Merged
merged 13 commits into from
Aug 25, 2024
Merged

Conversation

m-dwyer
Copy link
Contributor

@m-dwyer m-dwyer commented Aug 22, 2024

Context

We are using Debezium Server with the Outbox Event Router to publish data to Kafka. There is a strong desire for Engineers to be able to run this locally when developing to create a tighter feedback loop and assist with end-to-end testing.

Changes

  • Introduce debezium-server plugin
  • Introduce debezium-server package

@m-dwyer m-dwyer marked this pull request as ready for review August 23, 2024 04:29
Copy link
Contributor

@cultureamp-brucew cultureamp-brucew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good except for the DB_PORT/DB_HOSTNAME might conflict with the main project, but we can iron that out while we working with the early adopter teams

Comment on lines +20 to +21
"export DB_HOSTNAME=localhost",
"export DB_PORT=5432",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to figure out a way to how sync these two values with the main project

@m-dwyer m-dwyer merged commit 71be599 into main Aug 25, 2024
8 checks passed
@m-dwyer m-dwyer deleted the debezium-server-plugin branch August 25, 2024 23:57
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