streams-explorer icon indicating copy to clipboard operation
streams-explorer copied to clipboard

Add Source and SinkKafkaConnector super classes

Open VictorKuenstler opened this issue 2 years ago • 0 comments

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 avatar Mar 02 '22 10:03 VictorKuenstler