mirror of https://github.com/apache/kafka.git
CI / build (push) Waiting to run
Details
When performing perf tests, we can specify a payload using the "--payloadFile" flag. This file is utilized during the load/performance testing process. This causes the entire file to get loaded into a String and split using the delimiter. However, if the file is large, it may result in NegativeArraySizeException error. Moving the file loading logic to Scanner which doesn't have this issue. Reviewers: José Armando García Sancio <jsancio@apache.org>, Ken Huang <s7133700@gmail.com>, Zhe Guang <zheguang.zhao@alumni.brown.edu> |
||
---|---|---|
.. | ||
src | ||
tools-api/src | ||
.gitignore |