valdar opened a new issue #143: URL: https://github.com/apache/camel-kafka-connector/issues/143
If a component has more than one path option like `org.apache.camel.kafkaconnector.cql.CamelCqlSinkConnector`. The order is not taken into account, so for a configuration property like: ```properties camel.sink.path.hosts=localhost camel.sink.path.port=34719 camel.sink.path.keyspace=ckc_ks ``` the correct constructed url should look like: `cql:localhost:34719:ckc_ks?otherOptions=..` but tha is not garanted, could happen that it ended up being `cql:34719:localhost:ckc_ks?otherOptions=...` leting the connector crash at startup. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
