You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/08/25 14:01:47 UTC

[GitHub] [rocketmq] chenzlalvin commented on pull request #3289: Modify rocketmq topic routing protocol for pulsar / Kafk is compatible with rocketmq

chenzlalvin commented on pull request #3289:
URL: https://github.com/apache/rocketmq/pull/3289#issuecomment-905528004


   > pulsar or kafka‘s partitionId is gobal[0..N] , whereever topic partition be on which broker,
   > using the fields of topic and partitionId, we can find the partition's address;
   > but in RocketMQ original routing protocols, the routing info is calculated by client's logic;
   > where the topic partition be shift to other broker, In pulsar or Kafka system,
   > use compatible protocols, it's difficult to find correct topic address
   
   The connector component is the preferred solution for data communication between different message products, and the protocol benchmarking should not be modified directly.


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

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