oscerd commented on issue #924:
URL: 
https://github.com/apache/camel-kafka-connector/issues/924#issuecomment-768455262


   With a plain camel.source.url it works
   
   ```
   name=CamelNettySourceConnector
   
connector.class=org.apache.camel.kafkaconnector.netty.CamelNettySourceConnector
   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=mytopic
   
   # mandatory properties (for a complete properties list see the connector 
documentation):
   
   # 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
   # The protocol to use which can be tcp or udp. One of: [tcp] [udp]
   camel.source.url=netty:tcp://0.0.0.0:8182
   ```


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to