saosir commented on pull request #8606: URL: https://github.com/apache/pulsar/pull/8606#issuecomment-735759684
@BewareMyPower `PartitionedConsumerImpl` internal consumer `ConsumerImpl::messageReceived` would be called first in `ClientConnection`, see https://github.com/apache/pulsar/blob/102fa9de03509b86e47f58ab8e1c0dde2095da3b/pulsar-client-cpp/lib/ClientConnection.cc#L666-L669 and `ConsumerImpl#internalListener` will be called to notify with listener `PartitionedConsumerImpl::messageReceived` ---------------------------------------------------------------- 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]
