Fix GetRequiredService failing for HystrixStream
This commit is contained in:
Родитель
2654832f8a
Коммит
304b55e149
|
@ -29,7 +29,7 @@ namespace Steeltoe.CircuitBreaker.Hystrix
|
|||
throw new ArgumentNullException(nameof(builder));
|
||||
}
|
||||
|
||||
var service = builder.ApplicationServices.GetRequiredService<HystrixMetricsStreamPublisher>();
|
||||
var service = builder.ApplicationServices.GetRequiredService<RabbitMetricsStreamPublisher>();
|
||||
return builder;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче