You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/20 11:24:26 UTC

[GitHub] [pulsar] xuesongxs opened a new issue #13410: Add custom properties for the reconsumeLater interface

xuesongxs opened a new issue #13410:
URL: https://github.com/apache/pulsar/issues/13410


   **Is your feature request related to a problem? Please describe.**
   When the reconsumelater interface is called once, the orgid of the message will change once. I hope that no matter how many times the reconsumelater interface is called, the orgid of the message is the msgid in the input topic.
   `void reconsumeLater(Message<?> message, long delayTime, TimeUnit unit) throws PulsarClientException;
   `
   **Describe the solution you'd like**
   I want to pass some custom attributes when calling the recomsumerlater interface:
   `void reconsumeLater(Message<?> message, Map<String, String> properties, long delayTime, TimeUnit unit) throws PulsarClientException;
   `
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] github-actions[bot] commented on issue #13410: Add custom properties for the reconsumeLater interface

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #13410:
URL: https://github.com/apache/pulsar/issues/13410#issuecomment-1051438484


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] liudezhi2098 commented on issue #13410: Add custom properties for the reconsumeLater interface

Posted by GitBox <gi...@apache.org>.
liudezhi2098 commented on issue #13410:
URL: https://github.com/apache/pulsar/issues/13410#issuecomment-999532810


   The orgid of the message is currently written in properties, and the corresponding field is ORIGIN_MESSAGE_ID.
   Add custom properties for the reconsumeLater interface,I will support。


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org