Otavio Rodolfo Piske

Results 101 comments of Otavio Rodolfo Piske

It does seem that the CKC gets the URL correctly, though: ``` 2020-11-16 10:07:10,621 [SinkConnector-0] INFO org.apache.camel.kafkaconnector.utils.CamelKafkaConnectMain - Creating Camel route from(direct:start) 2020-11-16 10:07:10,621 [SinkConnector-0] INFO org.apache.camel.kafkaconnector.utils.CamelKafkaConnectMain - .to(couchbase:http:localhost:32858?bucket=testBucket20&password=RAW(password)&username=RAW(Administrator)) ```...

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

> Is this done with 3.8.0 @orpiske ? No, this is still ongoing. I'll continue investigating this one next week.

This should do the trick: https://github.com/apache/camel/pull/5156/files Thanks to @tadayosi, who found a similar problem on Netty and led me to the root cause of the problem on Couchbase.

> This should be fixed both in `0.7.3` and `0.9.0` (out today). > @orpiske is there anything left on our part left to do? like eneablening/adding itests? @valdar I am...

@valdar we're good to go. I re-enabled 2 other tests that started working well w/ 3.9. This one, though, is still flaky (failing 1 out of 10 times on Linux).

> I'd like to revive the discussion. There are number of aws components that don't make sense as connector. For example kms,iam,eks,ecs etc. Also some others. > I'd like to...

> I have used CamelFileSInk connector in one of our project and I would like to write each messages that is being read from a Kafka topic by the connector...

@valdar I like the idea of having a separate folder for strimzi. IMHO, it gives us some flexibility about the examples we want to have, documenting and everything else.

> Thanks for the suggestions. So as far as I understand a strimzi folder should be created in examples folder and any examples/instructions about it should be added there? IMHO,...