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

   
   ### Motivation
   
   We can use `Collection` instead of `List` parameter type in `FutureUtil` for 
better compatibility.
   For example when we need to use the values of `Map`:
   
   ```java
   FutureUtil.waitForAll(map.values());
   ```
   ### Modifications
   
   - Use `Collection` instead of `List` parameter type.
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   ### Documentation
   
   - [x] `no-need-doc` 
   


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