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
GH-4027: Fix updateClusterId logic to expected == null
Fixed: #4027
Change condition from `!= null` to `== null` to only fetch `clusterId` when it's not set yet.
This avoids unnecessary broker calls and improves performance while maintaining consistency with `clusterId()` method
This is a fix for an important omission after #2859
Signed-off-by: Choi Wang Gyu <[email protected]>
**Auto-cherry-pick to `3.3.x`**
0 commit comments