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 Source and SinkKafkaConnector super classes #223

Open
VictorKuenstler opened this issue Mar 2, 2022 · 0 comments
Open

Add Source and SinkKafkaConnector super classes #223

VictorKuenstler opened this issue Mar 2, 2022 · 0 comments
Labels
backend enhancement New feature or request

Comments

@VictorKuenstler
Copy link
Collaborator

Currently, the single message transformers work for sink connectors.
But the single message transformers should be handled differently for source and sink Kafka connectors.
Using them for source connectors requires us to override get_topics and get_routes for a new connector type.

We should introduce superclasses for sink and source Kafka Connectors to make ease development of new connectors.

@VictorKuenstler VictorKuenstler added enhancement New feature or request backend python Pull requests that update Python code labels Mar 2, 2022
@disrupted disrupted removed the python Pull requests that update Python code label Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants