MarvinCai commented on issue #10173: URL: https://github.com/apache/pulsar/issues/10173#issuecomment-817794781
From this line of code ([ref](https://github.com/apache/pulsar/blob/master/pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java#L261)), the `receiveMessageFromConsumer` should only be executed by thread from `pulsar-client-internal` executor which should guarantee ordering, while I was getting log like: `21:00:56.338 [pulsar-external-listener-39-1:org.apache.pulsar.client.impl.MultiTopicsConsumerImpl@272] INFO org.apache.pulsar.client.impl.MultiTopicsConsumerImpl - [persistent://prop/ns-abc/null-value-test-0][test] Received message from topics-consumer 3:29:0:0` -- 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]
