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 cdc module in the new Python API #2197

Merged
merged 2 commits into from
Apr 6, 2022

Conversation

jmao-denver
Copy link
Contributor

Missing the tests for this feature, but considering the complexity of setting up the testing environment, such omission is acceptable especially work on the follow-up #2182 will directly use the new module and thus adequately test it.

Fixes #2190

to the org.apache.kafka.clients.consumer.KafkaConsumer constructor; pass any KafkaConsumer specific desired
configuration here. Note this should include the relevant property for a schema server URL where the key
and/or value Avro necessary schemas are stored.
cdc_spec (CDCSpec): a CDCSpec obtained from calling either the cdc_short_spec or the cdc_short_spec function
Copy link
Member

Choose a reason for hiding this comment

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

says cdc_short_spec twice?

@jmao-denver jmao-denver merged commit c850577 into deephaven:main Apr 6, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 6, 2022
@jmao-denver jmao-denver deleted the feature-2190 branch February 8, 2023 18:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CDC support in the new deephaven python API
2 participants