horizonzy opened a new issue, #15106: URL: https://github.com/apache/pulsar/issues/15106
**Describe the bug** A clear and concise description of what the bug is. https://github.com/apache/pulsar/blob/c1631588fd71f4e5d63557741bacf2b56f27563d/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java#L1157-L1168 In notifyPendingReceivedCallback. https://github.com/apache/pulsar/blob/c1631588fd71f4e5d63557741bacf2b56f27563d/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java#L1424 https://github.com/apache/pulsar/blob/c1631588fd71f4e5d63557741bacf2b56f27563d/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java#L1430 It will return directly, so the message will be discard. **Expected behavior** when the pending receive future not available, make msg enqueue. -- 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]
