orpiske opened a new issue #629:
URL: https://github.com/apache/camel-kafka-connector/issues/629


   When trying couchbase with the given configuration, the connector fails 
complaining that the URL format is invalid: 
   
   ```2020-10-22 14:08:06,300 [SinkConnector-0] ERROR 
org.apache.camel.processor.errorhandler.DefaultErrorHandler - Failed delivery 
for (MessageId: E1DBFDB5E174861-0000000000000000 on ExchangeId: 
E1DBFDB5E174861-0000000000000000). Exhausted after delivery attempt: 1 caught: 
org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: 
couchbase://http:my-redacted-host:8091?bucket=testBucket85&password=xxxxxx due 
to: Invalid URI. Format must be of the form 
couchbase:http[s]://hostname[:port]/bucket?[options...]```
   
   The configuration used for this test was:
   
   ```
   
connector.class=org.apache.camel.kafkaconnector.couchbase.CamelCouchbaseSinkConnector
   camel.sink.path.port=32816
   
topics=org.apache.camel.kafkaconnector.couchbase.sink.CamelSinkCouchbaseITCase
   tasks.max=1
   camel.sink.endpoint.bucket=testBucket
   camel.sink.path.protocol=http
   camel.sink.endpoint.password=password
   camel.sink.path.hostname=localhost
   camel.sink.endpoint.username=Administrator
   name=CamelCouchbaseSinkConnector
   value.converter=org.apache.kafka.connect.storage.StringConverter
   key.converter=org.apache.kafka.connect.storage.StringConverter
   ```


----------------------------------------------------------------
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]


Reply via email to