Skip to content

Commit

Permalink
Update kafka config brokers
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Aug 6, 2024
1 parent 0564afe commit 560556c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func (suite *TreatmentServiceTestSuite) SetupSuite() {
}
fmt.Println(kafkaPort)

os.Setenv("ASSIGNEDTREATMENTLOGGER_KAFKACONFIG_BROKERS", fmt.Sprintf("%s:%s", kafkaHost, kafkaPort.Port()))
os.Setenv("ASSIGNEDTREATMENTLOGGER_KAFKACONFIG_BROKERS", fmt.Sprintf("0.0.0.0:%s", kafkaPort.Port()))
}
suite.kafka = kafka

Expand Down

0 comments on commit 560556c

Please sign in to comment.