orpiske commented on issue #629: URL: https://github.com/apache/camel-kafka-connector/issues/629#issuecomment-745262229
This issue still persists and the connector cannot, yet, work with Couchbase when using the properties. I took some time to debug the problem and this is the stack trace and where it is messing up with the URL: ``` normalizeUri:785, AbstractCamelContext (org.apache.camel.impl.engine) -----> this is adding a // on the couchbase URI and rendering it invalid prepareRecipient:269, SendDynamicProcessor (org.apache.camel.processor) process:144, SendDynamicProcessor (org.apache.camel.processor) run:395, RedeliveryErrorHandler$SimpleTask (org.apache.camel.processor.errorhandler) schedule:148, DefaultReactiveExecutor$Worker (org.apache.camel.impl.engine) scheduleMain:60, DefaultReactiveExecutor (org.apache.camel.impl.engine) process:147, Pipeline (org.apache.camel.processor) process:312, CamelInternalProcessor (org.apache.camel.impl.engine) process:84, DirectProducer (org.apache.camel.component.direct) process:218, SharedCamelInternalProcessor (org.apache.camel.impl.engine) process:112, SharedCamelInternalProcessor$1 (org.apache.camel.impl.engine) process:83, DefaultAsyncProcessorAwaitManager (org.apache.camel.impl.engine) process:109, SharedCamelInternalProcessor (org.apache.camel.impl.engine) send:189, DefaultProducerCache (org.apache.camel.support.cache) send:176, DefaultProducerTemplate (org.apache.camel.impl.engine) send:148, DefaultProducerTemplate (org.apache.camel.impl.engine) put:175, CamelSinkTask (org.apache.camel.kafkaconnector) ``` ---------------------------------------------------------------- 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]
