test: disable replayq memory overload protection

This commit is contained in:
Ivan Dyachkov 2023-02-20 19:29:26 +01:00
parent 977bfb3d6c
commit 9d30a52910
1 changed files with 3 additions and 0 deletions

View File

@ -577,6 +577,9 @@ producer = {
topic = \"{{ kafka_topic }}\" topic = \"{{ kafka_topic }}\"
message = {key = \"${clientid}\", value = \"${.payload}\"} message = {key = \"${clientid}\", value = \"${.payload}\"}
partition_strategy = {{ partition_strategy }} partition_strategy = {{ partition_strategy }}
buffer = {
memory_overload_protection = false
}
} }
} }
""". """.