mackaw opened a new issue, #1692: URL: https://github.com/apache/camel-kafka-connector/issues/1692
Connector camel-splunk-hec-sink-kafka-connector version is 4.8.0 it is placed on kafka strimzi image. My connector yaml looks like below: ``` apiVersion: kafka.strimzi.io/v1beta2 kind: KafkaConnector metadata: name: splunk-connector-test labels: strimzi.io/cluster: connect-cluster spec: class: org.apache.camel.kafkaconnector.splunkhecsink.CamelSplunkhecsinkSinkConnector tasksMax: 5 config: topics: <topic_name> camel.kamelet.splunk-hec-sink.splunkUrl: ip_address:8088 camel.kamelet.splunk-hec-sink.token: <hec-token> camel.kamelet.splunk-hec-sink.skipTlsVerify: true camel.kamelet.splunk-hec-sink.splunkEndpoint: /services/collector/raw key.converter: org.apache.kafka.connect.storage.StringConverter value.converter: org.apache.kafka.connect.storage.StringConverter ``` after deploy it to my kubernetes im getting error (part of error stack): org.apache.camel.reifier.RouteReifier.doCreateRoute(RouteReifier.java:231)... 56 more Caused by: java.lang.IllegalArgumentException: Invalid URI: splunk-hec://ip_address:8088/hec-token?bodyOnly=false&headersOnly=false&https=true&skipTlsVerify=true at org.apache.camel.component.splunkhec.SplunkHECComponent.createEndpoint(SplunkHECComponent.java:43) at org.apache.camel.support.DefaultComponent.createEndpoint(DefaultComponent.java:171) at org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:805)... 63 more" what im doing wrong ? -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org