test: disable replayq memory overload protection
This commit is contained in:
parent
977bfb3d6c
commit
9d30a52910
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
""".
|
""".
|
||||||
|
|
Loading…
Reference in New Issue