zalando-stups / put-it-to-rest

https://github.com/zalando/riptide/tree/master/riptide-spring-boot-starter
MIT License
11 stars 6 forks source link

Add ability to override AsyncListenableTaskExecutor #63

Closed whiter4bbit closed 7 years ago

whiter4bbit commented 7 years ago

It is useful to override AsyncListenableTaskExecutor (to use bounded thread pool for example). In order to do this now, need to override AsyncHttpRequestFactory - it requires HttpClient instance.

whiskeysierra commented 7 years ago

:+1:

whiskeysierra commented 7 years ago

@whiter4bbit I released 0.12.0. Thanks for the contribution!