fywf555 opened a new issue #330:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/330


   ## Open the SQL configuration file at 
$EXAMPLES/sql/sql-source/config/CamelSqlSourceConnector.properties
   
   name=CamelSqlSourceConnector
   connector.class=org.apache.camel.kafkaconnector.sql.CamelSqlSourceConnector
   key.converter=org.apache.kafka.connect.storage.StringConverter
   value.converter=org.apache.kafka.connect.storage.StringConverter
   
   topics=mytopic
   
   camel.component.sql.dataSource.user=postgres
   camel.component.sql.dataSource.password=mysecretpassword
   camel.component.sql.dataSource.serverName=172.17.0.2
   camel.component.sql.dataSource=#class:org.postgresql.ds.PGSimpleDataSource
   
   camel.source.path.query=select * from accounts
   
   ## Please tell me how to select database
   i try to use 
   ```
   camel.component.sql.dataSource.serverName=172.17.0.2:5432/test
   ```
   but faild


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

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


Reply via email to