camel-kafka-connector
camel-kafka-connector copied to clipboard
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
Lets take some information from #95
I was surprised I don't seem to be able to use the key, offset, partition and topic like I could when using Camel standalone. Maybe I'm missing something that 's...
Hello, I have added a custom class extending CamelAws2S3SourceConnector for some custom work. Now trying to build the project and deploy it. It's giving me the following error I am...
I've implemented a custom exceptionHandler for experimenting purpose like below (which is pretty much the same with the LoggingExceptionHandler except I'm using System.out.println() and I've added a prefix for every...
Hello, I have some issue with AWS S3 Connector. Every file i saw twice (or more) in my Kafka cluster. It's the same topic, file name, Timestamp, etc. The only...
Latest Strimzi doc says `KafkaConnectS2I` is deprecated. We should use `KafkaConnect` for our instructions using Strimzi. https://strimzi.io/docs/operators/master/using.html#assembly-kafka-connect-str > With the introduction of build configuration to the KafkaConnect resource, Strimzi can...
I think it would be nice to have the fallback mechanism for messages that doesn’t have headers inside them, this could be useful for cases where one needs to process...
Hi is there any way to pass the query parameter to websocket server endpoint ? my websocket server required this parameter: client=radar_kafka&transform=terminal_names , but the kafka connect use it as...
Hi I got this error when configuring the vertx websocket kafka connector https://camel.apache.org/camel-kafka-connector/latest/reference/connectors/camel-atmosphere-websocket-kafka-source-connector.html may I know whether I missing any jar file here ? ``` Caused by: org.apache.camel.FailedToCreateRouteException: Failed to...
# Description Hey, I tried to use the ```camel-influxdb-kafka-connector``` via Strimzi and Kafka Connect. But as the Connection setup in the [Camel InfluxDB Component](https://camel.apache.org/components/latest/influxdb-component.html) doesnt happens via String parameters, but...