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
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?
The text was updated successfully, but these errors were encountered:
I've noticed that there are many classes, such as
ConnectorDefinition
, which bear a strong resemblance to theConnectorInfo
class found in the Kafka connect-runtime package. This seems to be a bit redundant. Why not simply import the connect-runtime dependency instead?The text was updated successfully, but these errors were encountered: