gripson opened a new issue #550: [rocketmq-connector-jdbc] Remove unnecessary 
value of REQUEST_CONFIG in Config.java 
URL: https://github.com/apache/rocketmq-externals/issues/550
 
 
   The issue tracker is **ONLY** used for bug report and feature request. 
   
   Any question or RocketMQ proposal please use our [mailing 
lists](http://rocketmq.apache.org/about/contact/).
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
      
   - What did you do (The steps to reproduce)?
   Start/Create jdbc sink connector by calling Restful API of connect-runtime 
with followling configration url
   ```
   
http://localhost:8081/connectors/jdbcConnectorSink?config={"source-rocketmq":"localhost:9876","source-cluster":"DefaultCluster";,
   
"connector-class":"org.apache.rocketmq.connect.jdbc.connector.JdbcSinkConnector","dbUrl":"xxx.xx.xx.xxx","dbPort":"3306","dbUsername":"xxx",
   
"dbPassword":"xxx","topicNames":"xxx","mode":"bulk","source-record-converter":"org.apache.rocketmq.connect.runtime.converter.JsonConverter"}
   ```
   - What did you expect to see?
   Get result `success` of Restful API when tring to start / create jdbc sink 
connector
   - What did you see instead?
   The respond of Restful API represents `Request config key: rocketmqTopic` 
when tring to start / create jdbc sink connector
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):
   
   **ENHANCEMENT SUGGESTION**
   
   Remove `rocketmqTopic` of REQUEST_CONFIG in Config.java 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to