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 2022/09/09 03:10:17 UTC

[GitHub] [pulsar] Technoboy- opened a new pull request, #17556: [fix][broker] Fix potential exception causing the reader to be unable to continue reading

Technoboy- opened a new pull request, #17556:
URL: https://github.com/apache/pulsar/pull/17556

   ### Motivation
   
   If `refreshTopicPoliciesCache(msg)` throws any RuntimeException, the policy reader will stop to read messages anymore.
   
   ### Modification
   Move `refreshTopicPoliciesCache` to be execute into `thenAccept`.
   
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   (Please explain why)
   


-- 
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] Technoboy- merged pull request #17556: [fix][broker] Fix potential exception causing the reader to be unable to continue reading

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #17556:
URL: https://github.com/apache/pulsar/pull/17556


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