-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn off host resolution #50
Comments
Transferring to |
We checked with Tiago that passing hostname here works inside K8s (I'm assuming that the IP/hostnames are the same in K8s or that something else does it). |
So more research into ZMQ shows that I was partially incorrect...calls to |
So, just trying to hammer this home:
|
This line assumes that the C++ should resolve the IP address of the host. This breaks DAQ applications running in K8s
I think the code here is superseded by the connectivity service which is where we should resolve all the IPs, right?
My two cents here would be to remove this line when we have the connectivity service running in a "consolidated way."
The text was updated successfully, but these errors were encountered: