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
The properties someConverter.* are dynamic based on the converters value. These properties are not send to Kafka Connect with the /validate call, causing the connector to be unable to valiidate the config, as the required converter properties (someConverter.type) are not given. The UI hangs and user cannot create the connector.
Expected behaviour:
All of the defined properties are sent with the /valdiate call.
The text was updated successfully, but these errors were encountered:
Use the following config for a connector (PostgreSQL Debezium):
The properties
someConverter.*
are dynamic based on theconverters
value. These properties are not send to Kafka Connect with the/validate
call, causing the connector to be unable to valiidate the config, as the required converter properties (someConverter.type
) are not given. The UI hangs and user cannot create the connector.Expected behaviour:
All of the defined properties are sent with the
/valdiate
call.The text was updated successfully, but these errors were encountered: