andymc12 commented on issue #368: Ensure that the JAX-RS CompletionStage uses 
the correct ExecutorService
URL: https://github.com/apache/cxf/pull/368#issuecomment-359455631
 
 
   @johnament @reta That makes, given that the `*Async` methods all allow have 
a variation that allows the user to pass in an executor.  And they should be 
able to get the executor service used in the client via the `executorService` 
property (see `AbstractClient.EXECUTOR_SERVICE_PROPERTY`) in the config (in CXF 
anyway - not sure about other JAX-RS implementations).  My initial reading of 
the spec led me to believe that the default executor for subsequent 
CompletionStages should be the same as the initial one, but as long as the user 
can continue to re-use that executor, I think we can close this PR.  Thanks for 
the review!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to