Otavio Rodolfo Piske
Otavio Rodolfo Piske
Hello, I have been investigating the feasibility of using JBang to propose an alternative solution for running java code snippets for our projects. If successful, it would be possible to...
Folks, I am raising this PR to align the current main branch w/ the development branch of the camel-k-runtime. This a pre work required to bring support for the resume...
The `plugin.path` configured in the connect runtime uses either the path of the [packaged jar](https://github.com/apache/camel-kafka-connector/blob/2b46335a9d28bbf09ca37507d409b0db9322b616/tests/src/test/java/org/apache/camel/kafkaconnector/PluginPathHelper.java#L45) or the [compiled classes](https://github.com/apache/camel-kafka-connector/blob/2b46335a9d28bbf09ca37507d409b0db9322b616/tests/src/test/java/org/apache/camel/kafkaconnector/PluginPathHelper.java#L64). There is one circumstance where this is less than ideal: when...
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:...
Recently we switched to the same [embedded Kafka connect runtime](https://github.com/apache/camel-kafka-connector/blob/master/tests/src/test/java/org/apache/camel/kafkaconnector/services/kafka/EmbeddedKafkaService.java#L40) that is used by [Kafka itself](https://github.com/apache/kafka/blob/2.5/connect/runtime/src/test/java/org/apache/kafka/connect/util/clusters/EmbeddedConnectCluster.java) for their own testing. Compared to the [previous implementation we had](https://github.com/apache/camel-kafka-connector/blob/master/tests/src/test/java/org/apache/camel/kafkaconnector/services/kafkaconnect/KafkaConnectRunner.java), this increases the...
Looking at the [AWS-to-JMS](https://github.com/orpiske/camel-kafka-connector-examples/tree/master/aws-s3-to-jms) example it seems to me that the bootstrap steps are going to be similar most of the time. 1. Download the connector package 2. (Optional) Download...