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: [email protected]
