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 believe NewConnectorDefinition.config should be Map<String, Object> instead of Map<String, String>.
This will better support non-string configuration such as tasks.max and errors.deadletterqueue.topic.replication.factor which are numbers.
Perhaps for backward-compatibility there is a need to support both somehow.
The text was updated successfully, but these errors were encountered:
Hi,
I believe NewConnectorDefinition.config should be
Map<String, Object>
instead ofMap<String, String>
.This will better support non-string configuration such as
tasks.max
anderrors.deadletterqueue.topic.replication.factor
which are numbers.Perhaps for backward-compatibility there is a need to support both somehow.
The text was updated successfully, but these errors were encountered: