Shouldn't the services.AddTcpProbes
take in a int
instead of string
?
#555
-
We currently 'hard-link' the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
thoughts, @fgheysels ? |
Beta Was this translation helpful? Give feedback.
-
You mean that this class has a dependency on |
Beta Was this translation helpful? Give feedback.
You mean that this class has a dependency on
IConfiguration
and that the health-port needs to be specified under a specific key.Indeed, it would be better if the
TcpHealthListener
receives the port itself instead of having to fetch it from the config.