Skip to content

Commit

Permalink
Fix missing BalanceOutboundConnections in v2 catalog. (#17964)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashi-derek authored Jun 29, 2023
1 parent f7305b2 commit 2736e64
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 124 deletions.
110 changes: 54 additions & 56 deletions proto-public/pbmesh/v1alpha1/connection.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions proto-public/pbmesh/v1alpha1/connection.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ message ConnectionConfig {

message InboundConnectionsConfig {
uint64 max_inbound_connections = 12;
BalanceInboundConnections balance_inbound_connections = 13;
BalanceConnections balance_inbound_connections = 13;
}

enum BalanceInboundConnections {
enum BalanceConnections {
// buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX
BALANCE_INBOUND_CONNECTIONS_DEFAULT = 0;
BALANCE_INBOUND_CONNECTIONS_EXACT = 1;
BALANCE_CONNECTIONS_DEFAULT = 0;
BALANCE_CONNECTIONS_EXACT = 1;
}
Loading

0 comments on commit 2736e64

Please sign in to comment.