Skip to content

Commit

Permalink
Reduce load generator bandwidth to not surpass kafka producer max mes…
Browse files Browse the repository at this point in the history
…sage size

Signed-off-by: James Ryans <james.ryans2012@gmail.com>
  • Loading branch information
james-ryans committed Jan 10, 2024
1 parent 4fa82fc commit 54ce770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jaeger/integration/kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestKafkaStorage(t *testing.T) {
load := i == 0
if load {
tc.StartLoad(testbed.LoadOptions{
DataItemsPerSecond: 1024,
DataItemsPerSecond: 16,
ItemsPerBatch: 1,
})
}
Expand Down

0 comments on commit 54ce770

Please sign in to comment.