Skip to content

Commit

Permalink
Update kafka consumer server
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Aug 5, 2024
1 parent 302b2f3 commit c3ec76f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func (suite *TreatmentServiceTestSuite) TestAdditionalFilters() {

consumer, err := kafka.NewConsumer(
&kafka.ConfigMap{
"bootstrap.servers": "localhost:9092",
"bootstrap.servers": "broker:9092",
"group.id": "test-group",
"default.topic.config": kafka.ConfigMap{"auto.offset.reset": "earliest"},
})
Expand Down

0 comments on commit c3ec76f

Please sign in to comment.