You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/08 07:50:54 UTC

[GitHub] [rocketmq-connect] fireroundgithub opened a new pull request, #371: fix: make the rest api for create connectors more robust

fireroundgithub opened a new pull request, #371:
URL: https://github.com/apache/rocketmq-connect/pull/371

   Some behavior of org.apache.rocketmq.connect.runtime.rest.RestHandler#handleCreateConnector may mislead user, in such condition:
   
   1. io.javalin.http.Context#body return blank string;
   2. com.alibaba.fastjson.JSON#parseObject(java.lang.String, java.lang.Class<T>) throw JSONException. 


-- 
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-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-connect] odbozhou merged pull request #371: fix: make the rest api for create connectors more robust

Posted by GitBox <gi...@apache.org>.
odbozhou merged PR #371:
URL: https://github.com/apache/rocketmq-connect/pull/371


-- 
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-unsubscribe@rocketmq.apache.org

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