You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a Observable Collapser following this. Netflix/Hystrix#261
And when I call HystrixObservableCollapser.toObservable(), I get a NPE at HystrixObservableCollapser.toObservable(Scheduler) as collapserFactory.getRequestCollapser(collapserInstanceWrapper) returns which in the end comes from ManagedConcurrencyStrategy.getRequestVariable().get() which is hardcoded to return null.
The text was updated successfully, but these errors were encountered:
I've created a Observable Collapser following this. Netflix/Hystrix#261
And when I call HystrixObservableCollapser.toObservable(), I get a NPE at HystrixObservableCollapser.toObservable(Scheduler) as collapserFactory.getRequestCollapser(collapserInstanceWrapper) returns which in the end comes from ManagedConcurrencyStrategy.getRequestVariable().get() which is hardcoded to return null.
The text was updated successfully, but these errors were encountered: