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
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
I am using Istio version 1.2.
In order to enable egress in Istio, I have set value of "global.outboundTrafficPolicy.mode" to REGISTRY_ONLY.
Post this policy change, my Hazelcast clients are unable to connect to the Hazelcast cluster.
I am getting IOException: Broken Pipe error.
However, the Members are able to connect in a cluster.
It seems that clients are trying to connect to Hazelcast member using the Member Pod's IP address and hence they are not able to connect.
The text was updated successfully, but these errors were encountered:
safvankothawala
changed the title
Hazelcast Cluster Client registration does not work when global.outboundTrafficPolicy.mode is set to REGISTRY_ONLY
Hazelcast Cluster Client registration does not work when Istio's global.outboundTrafficPolicy.mode is set to REGISTRY_ONLY
Aug 9, 2019
I am using Istio version 1.2.
In order to enable egress in Istio, I have set value of "global.outboundTrafficPolicy.mode" to REGISTRY_ONLY.
Post this policy change, my Hazelcast clients are unable to connect to the Hazelcast cluster.
I am getting IOException: Broken Pipe error.
However, the Members are able to connect in a cluster.
Following is the snippet of hazelcast-client.xml
Following is the snippet of hazelcast.xml
It seems that clients are trying to connect to Hazelcast member using the Member Pod's IP address and hence they are not able to connect.
The text was updated successfully, but these errors were encountered: