KAFKA-18959 increase the num_workers from 9 to 14 (#19274)

[JIRA](https://issues.apache.org/jira/browse/KAFKA-18959)


This PR adjusts the default node count for system tests since some tests
are using more than 9 nodes.

This change ensures such test cases can be run successfully without
manual configuration.

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Hong-Yi Chen 2025-03-31 20:45:31 +08:00 committed by GitHub
parent 20546930ae
commit 8b80626094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# it to Vagrantfile.local
num_zookeepers = 0
num_brokers = 0
num_workers = 9
num_workers = 14
base_box = "kafkatest-worker"