Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit c9fa52f

Browse files
authored
refactor: rename lb_algo to loadbalancing (#461)
1 parent c6b0bb1 commit c9fa52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbus/subscriber.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type RegistryMessage struct {
4141
}
4242

4343
type RegistryMessageOpts struct {
44-
LoadBalancingAlgorithm string `json:"lb_algo"`
44+
LoadBalancingAlgorithm string `json:"loadbalancing"`
4545
}
4646

4747
func (rm *RegistryMessage) makeEndpoint(http2Enabled bool) (*route.Endpoint, error) {

0 commit comments

Comments
 (0)