brian-keplinger opened a new issue, #1528: URL: https://github.com/apache/camel-kafka-connector/issues/1528
I may be doing something wrong but several of us have spent many hours trying to figure this out. Any assistance would be greatly appreciated. [2023-05-05 01:20:38,082] ERROR Failed to create job for /opt/kafka_2.13-2.8.1/config/CamelSyslogSourceConnector.properties (org.apache.kafka.connect.cli.ConnectStandalone:107) [2023-05-05 01:20:38,082] ERROR Stopping after connector error (org.apache.kafka.connect.cli.ConnectStandalone:117) java.util.concurrent.ExecutionException: org.apache.kafka.connect.errors.ConnectException: Failed to find any class that implements Connector and which name matches org.apache.camel.kafkaconnector.syslog.CamelSyslogSourceConnector CamelSyslogSourceConnector.properties ## --------------------------------------------------------------------------- ## Licensed to the Apache Software Foundation (ASF) under one or more ## contributor license agreements. See the NOTICE file distributed with ## this work for additional information regarding copyright ownership. ## The ASF licenses this file to You under the Apache License, Version 2.0 ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- name=CamelSyslogSourceConnector connector.class=org.apache.camel.kafkaconnector.syslog.CamelSyslogSourceConnector tasks.max=1 # use the kafka converters that better suit your needs, these are just defaults: key.converter=org.apache.kafka.connect.storage.StringConverter value.converter=org.apache.kafka.connect.storage.StringConverter # comma separated topics to send messages into topics=syslog # mandatory properties (for a complete properties list see the connector documentation): # The protocol to use which can be tcp or udp. One of: [tcp] [udp] camel.source.path.protocol=udp # The hostname. For the consumer the hostname is localhost or 0.0.0.0. For the producer the hostname is the remote host to connect to camel.source.path.host=0.0.0.0 # The host port number camel.source.path.port=514 -- 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