odbozhou commented on pull request #3289: URL: https://github.com/apache/rocketmq/pull/3289#issuecomment-905182240
> > 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 > > 1. Rocketmq and other mqs are different mqs. > 2. Why should rocketmq be compatible with other mq protocols? > 3. Please don't change the protocol of rocketmq randomly. The protocol change is a very big improvement. At least one issue or proposal is needed to describe clearly. Direct modification is not a good way. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
