You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "ttr5966 (via GitHub)" <gi...@apache.org> on 2023/02/08 07:42:24 UTC

[GitHub] [rocketmq] ttr5966 opened a new issue, #6014: rocketmq的tcp/ip协议和http协议有什么区别

ttr5966 opened a new issue, #6014:
URL: https://github.com/apache/rocketmq/issues/6014

   rocketmq的阿里云版本,腾讯版本都有区分tcp和http协议,但是tcp协议是应用层,http协议是传输层,这两种有什么区别呢,是http协议可以根据ip地址发送消息,而tcp/ip只是服务器内部的区别吗


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

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


[GitHub] [rocketmq] ShadowySpirits commented on issue #6014: rocketmq的tcp/ip协议和http协议有什么区别

Posted by "ShadowySpirits (via GitHub)" <gi...@apache.org>.
ShadowySpirits commented on issue #6014:
URL: https://github.com/apache/rocketmq/issues/6014#issuecomment-1422278484

   tcp 指的是 RocketMQ 的 Remoting 协议
   
   http 指的是基于 pop 消费模式实现的无状态协议,对应 5.0 新推出的 grpc client + proxy,参见 [RIP-39](https://shimo.im/docs/gXqmeEPYgdUw5bqo)


-- 
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] RongtongJin closed issue #6014: rocketmq的tcp/ip协议和http协议有什么区别

Posted by "RongtongJin (via GitHub)" <gi...@apache.org>.
RongtongJin closed issue #6014: rocketmq的tcp/ip协议和http协议有什么区别
URL: https://github.com/apache/rocketmq/issues/6014


-- 
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] ttr5966 commented on issue #6014: rocketmq的tcp/ip协议和http协议有什么区别

Posted by "ttr5966 (via GitHub)" <gi...@apache.org>.
ttr5966 commented on issue #6014:
URL: https://github.com/apache/rocketmq/issues/6014#issuecomment-1423500938

   好的,多谢,我自己去看一下


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