Skip to content

Commit

Permalink
Revert "refactor: rename lb_algo to loadbalancing (#461)"
Browse files Browse the repository at this point in the history
This reverts commit c9fa52f.
  • Loading branch information
ameowlia committed Jan 14, 2025
1 parent c9fa52f commit c713f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbus/subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type RegistryMessage struct {
}

type RegistryMessageOpts struct {
LoadBalancingAlgorithm string `json:"loadbalancing"`
LoadBalancingAlgorithm string `json:"lb_algo"`
}

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

0 comments on commit c713f55

Please sign in to comment.