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 Debezium Python runner/class #87

Merged
merged 1 commit into from
Jun 2, 2022
Merged

Add Debezium Python runner/class #87

merged 1 commit into from
Jun 2, 2022

Conversation

ismailsimsek
Copy link
Member

@ismailsimsek ismailsimsek commented May 28, 2022

Using pyjnius to integrate debezium with python
This makes it possible to run debezium with python. requires python pyjnius package

java_args = ['-Xmx80m', '-Dsource.database.user=xyz']
dbz = Debezium(debezium_dir=/my/dbz/dir, java_home='/my/java/home')
dbz.add_classpath('/my/javalib/claspath')
dbz.run(*java_args)

@ismailsimsek ismailsimsek changed the title Add Debezium Python runner Add Debezium Python runner/class May 28, 2022
@ismailsimsek ismailsimsek merged commit 7882ce5 into memiiso:master Jun 2, 2022
@ismailsimsek ismailsimsek deleted the add_debezium_python_runner branch August 2, 2022 17:50
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.

None yet

1 participant