MarvinCai edited a comment on issue #1267: URL: https://github.com/apache/pulsar/issues/1267#issuecomment-682758151
@sijie Please correct me if my explanation is wrong. @Lanayx Partitioned topic is implemented as N internal topics, so non-partitioned topic map to single internal topic and partitioned topic map to X of internal topic depends on number of partitions. And for partitioned topic with failover subscription active consumer will be pick for each partition(internal topic), if more than one consumer connect the sorting is important to make sure assignment happens evenly across highest priority consumers, while for non-partitioned topic there'll be single active consumer so all the sorting is not very necessary. And due to the potential flaky network issue described above, sorting can be actually bad for non-partitioned topic. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
