Skip to content

Commit

Permalink
Fix local_shotover_broker_id in test configs (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinweng-instaclustr authored Oct 4, 2024
1 parent 985668f commit 0db4f69
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ sources:
- address: "127.0.0.1:9193"
rack: "rack0"
broker_id: 2
local_shotover_broker_id: 0
local_shotover_broker_id: 1
first_contact_points: ["172.16.1.2:9092"]
connect_timeout_ms: 3000
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ sources:
- address: "127.0.0.1:9193"
rack: "rack0"
broker_id: 2
local_shotover_broker_id: 0
local_shotover_broker_id: 2
first_contact_points: ["172.16.1.2:9092"]
connect_timeout_ms: 3000
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ sources:
- address: "localhost:9192"
rack: "rack2"
broker_id: 1
local_shotover_broker_id: 0
local_shotover_broker_id: 1
first_contact_points: ["172.16.1.5:9092"]
connect_timeout_ms: 3000
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ sources:
- address: "127.0.0.1:9193"
rack: "rack0"
broker_id: 2
local_shotover_broker_id: 0
local_shotover_broker_id: 1
first_contact_points: ["172.16.1.2:9092"]
connect_timeout_ms: 3000
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ sources:
- address: "127.0.0.1:9193"
rack: "rack0"
broker_id: 2
local_shotover_broker_id: 0
local_shotover_broker_id: 2
first_contact_points: ["172.16.1.2:9092"]
connect_timeout_ms: 3000
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sources:
- address: "127.0.0.1:9193"
rack: "rack0"
broker_id: 2
local_shotover_broker_id: 0
local_shotover_broker_id: 1
first_contact_points: ["172.16.1.2:9092"]
authorize_scram_over_mtls:
# every shotover node purposefully tests a different number of contact points
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sources:
- address: "127.0.0.1:9193"
rack: "rack0"
broker_id: 2
local_shotover_broker_id: 0
local_shotover_broker_id: 2
first_contact_points: ["172.16.1.2:9092"]
authorize_scram_over_mtls:
# every shotover node purposefully tests a different number of contact points
Expand Down

0 comments on commit 0db4f69

Please sign in to comment.