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

Commit c713f55

Browse files
committed
Revert "refactor: rename lb_algo to loadbalancing (#461)"
This reverts commit c9fa52f.
1 parent c9fa52f commit c713f55

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:"loadbalancing"`
44+
LoadBalancingAlgorithm string `json:"lb_algo"`
4545
}
4646

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

0 commit comments

Comments
 (0)