zjxxzjwang opened a new pull request, #25077:
URL: https://github.com/apache/pulsar/pull/25077

   
   ### Motivation
   
   When no consumers are online for a subscription, sending chunked messages 
will be lost.
   
   <img width="1285" height="339" alt="Clipboard_Screenshot_1765871357" 
src="https://github.com/user-attachments/assets/222c73e9-03cd-4585-96a8-c6272419cc40";
 />
   
   ### Modifications
   When no subscribers are online, send chunk messages to deliver them to the 
redeliveryMessages queue. When a subscriber comes online, it can consume the 
messages again.
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   
   


-- 
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]

Reply via email to