You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2021/08/18 08:30:09 UTC

[GitHub] [incubator-inlong] zhaolei-best opened a new issue #1443: Provide management interface SDK

zhaolei-best opened a new issue #1443:
URL: https://github.com/apache/incubator-inlong/issues/1443


   The http interface provided by tube is too complicated to use, it is best to provide an SDK that encapsulates the original http interface logic
   
   
   
   


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

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



[GitHub] [incubator-inlong] gosonzhang commented on issue #1443: Provide management interface SDK

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on issue #1443:
URL: https://github.com/apache/incubator-inlong/issues/1443#issuecomment-901034873


   @zhaolei-best, well, agree with your point of view. 
   
   This place is really a bit complicated: the master of TubeMQ is a multi-node hot standby mode, and the nodes will be switched at any time during runtime. If the HTTP API can be encapsulated, it will be much more convenient for external programs to call the API.
   
   Let me see how to improve this one


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

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



[GitHub] [incubator-inlong] gosonzhang commented on issue #1443: Provide management interface SDK

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on issue #1443:
URL: https://github.com/apache/incubator-inlong/issues/1443#issuecomment-905301212


   This requirement is supported by the HttpUtils.java[1] class, no need to construct SDK
   There are programs that need to access TubeMQ's Master server collection through HTTP, you can refer to the demo example and use it directly
   
   [1] inlong-tubemq/tubemq-server/src/main/java/org/apache/inlong/tubemq/server/common/utils/HttpUtils.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.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong] dockerzhang closed issue #1443: Provide management interface SDK

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #1443:
URL: https://github.com/apache/incubator-inlong/issues/1443


   


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

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



[GitHub] [incubator-inlong] gosonzhang commented on issue #1443: Provide management interface SDK

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on issue #1443:
URL: https://github.com/apache/incubator-inlong/issues/1443#issuecomment-901034873


   @zhaolei-best, well, agree with your point of view. 
   
   This place is really a bit complicated: the master of TubeMQ is a multi-node hot standby mode, and the nodes will be switched at any time during runtime. If the HTTP API can be encapsulated, it will be much more convenient for external programs to call the API.
   
   Let me see how to improve this one


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

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