You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/16 09:08:10 UTC

[GitHub] [camel-kafka-connector] orpiske commented on issue #629: Couchbase fails due to incorrect URI format

orpiske commented on issue #629:
URL: https://github.com/apache/camel-kafka-connector/issues/629#issuecomment-727842488


   @oscerd I gave it a try with Couchbase and 3.7. The URL formatting via `camel.sink.url` is OK now. 
   
   However, when using only properties, our code is still formatting the URL incorrectly. 
   
   ```2020-11-16 10:07:10,748 [SinkConnector-0] ERROR org.apache.camel.processor.errorhandler.DefaultErrorHandler - Failed delivery for (MessageId: 2073D9C11D9CFB0-0000000000000000 on ExchangeId: 2073D9C11D9CFB0-0000000000000000). Exhausted after delivery attempt: 1 caught: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: couchbase://http:localhost:32858?bucket=testBucket20&password=xxxxxx due to: Invalid URI. Format must be of the form couchbase:http[s]://hostname[:port]?[options...]```
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org