You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andget_routes
for a new connector type.We should introduce superclasses for sink and source Kafka Connectors to make ease development of new connectors.
The text was updated successfully, but these errors were encountered: