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
For queue groups, the clientID does not have to be the same when you restart an application. Since a single connection with the same clientID can exist at one point it time, it would prevent several applications to participate in the same group.
So you could use a generated unique ID for this application.
Hi @alifpay I might be misunderstanding but what you can do is to use the POD_NAME environment variable from K8S to get a predictable name for the clientID.
Hi,
I have issue clientID in Kubernetes replicas.
How to make clientID in dynamic for stan connection if i have replicas more than 1 in Kubernetes?
DurableName must be different or same for each connection in QueueSubscribe ?
The text was updated successfully, but these errors were encountered: