-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Milestone
Description
Support wrapping asynchronous clients and network access.
Concepts right now are HystrixSelector and/or HystrixFuture objects that could wrap asynchronous calls.
Thread isolation would obviously not make sense in these cases, but semaphore isolation to limit concurrent access, timeouts (such as an existing Future.get being wrapped), callback timeouts, circuit-breakers, metrics, monitoring, properties all make sense.