kafka-connect-client icon indicating copy to clipboard operation
kafka-connect-client copied to clipboard

How about import the `connect-runtime` dependency?

Open derecknowayback opened this issue 10 months ago • 0 comments

I've noticed that there are many classes, such as ConnectorDefinition, which bear a strong resemblance to the ConnectorInfo class found in the Kafka connect-runtime package. This seems to be a bit redundant. Why not simply import the connect-runtime dependency instead?

derecknowayback avatar Dec 09 '24 01:12 derecknowayback