camel-kafka-connector
camel-kafka-connector copied to clipboard
Consistency of Property Naming
Can there be more consistency of prefixes for property names in connectors? An example is the difference between the http-sink and https-sink where the http-sink connector name is camel.kamelet.http-sink.url, but then the https-sink is camel.sink.path.httpUri. One driver for this is that developers coming to these Camel connectors may not know about kamelets and could be confused with the property naming. Also, if using Kafka Connect in a larger organization, you'll find developers will copy and paste, so it might be a helpful hint to know that a property was specific to the connector.
Hi,
Thanks. IIRC, they are generated automatically, so to that would require changing them on the components in Camel itself. I think we would need to look on a per-component basis to investigate what we could make more consistent.