Skip to content

Commit 1f22830

Browse files
chore(updater): bump pkg/dist/*.yml (2023-06-08) (#27)
1 parent 5156357 commit 1f22830

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkg/dist/service_types.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,6 +2076,13 @@ kafka:
20762076
default: "0"
20772077
minimum: 0
20782078
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
20792086
simpleconsumer_pool_size_max:
20802087
title: simpleconsumer.pool.size.max
20812088
description: Maximum number of SimpleConsumers that can be instantiated per broker

0 commit comments

Comments
 (0)