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/05/04 03:46:58 UTC

[GitHub] [pulsar] merlimat opened a new pull request #10474: MetadataCache: readModifyUpdate should return the new value in the future

merlimat opened a new pull request #10474:
URL: https://github.com/apache/pulsar/pull/10474


   ### Motivation
   
   The atomic read-modify-update method in the `MetadataCache` should return a `CompletableFuture<T>` with the newly applied value instead of `CompletableFuture<Void>`. This will allow to piggyback more async calls on the completion of the update.
   
   


-- 
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:
users@infra.apache.org



[GitHub] [pulsar] eolivelli merged pull request #10474: MetadataCache: readModifyUpdate should return the new value in the future

Posted by GitBox <gi...@apache.org>.
eolivelli merged pull request #10474:
URL: https://github.com/apache/pulsar/pull/10474


   


-- 
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:
users@infra.apache.org