camel-kafka-connector icon indicating copy to clipboard operation
camel-kafka-connector copied to clipboard

Consistency of Property Naming

Open michaelhoffmantech opened this issue 3 years ago • 1 comments

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.

michaelhoffmantech avatar Jan 22 '22 12:01 michaelhoffmantech

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.

orpiske avatar Jan 25 '22 10:01 orpiske