Redpanda Console is a developer-friendly UI for managing your Kafka/Redpanda workloads. Console gives you a simple, interactive approach for gaining visibility into your topics, masking data, managing consumer groups, and exploring real-time data with time-travel debugging.
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.
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.