We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5156357 commit 1f22830Copy full SHA for 1f22830
pkg/dist/service_types.yml
@@ -2076,6 +2076,13 @@ kafka:
2076
default: "0"
2077
minimum: 0
2078
maximum: 5000
2079
+ producer_max_request_size:
2080
+ title: producer.max.request.size
2081
+ description: The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size.
2082
+ type: integer
2083
+ default: "1048576"
2084
+ minimum: 0
2085
+ maximum: 2.147483647e+09
2086
simpleconsumer_pool_size_max:
2087
title: simpleconsumer.pool.size.max
2088
description: Maximum number of SimpleConsumers that can be instantiated per broker
0 commit comments