From 1f2283090cff133b80a1d3477c0cceefcb399632 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 10:47:04 +0300 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2023-06-08) (#27) --- pkg/dist/service_types.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 5bf2832..9685626 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -2076,6 +2076,13 @@ kafka: default: "0" minimum: 0 maximum: 5000 + producer_max_request_size: + title: producer.max.request.size + description: The maximum size of a request in bytes. Note that Kafka broker can also cap the record batch size. + type: integer + default: "1048576" + minimum: 0 + maximum: 2.147483647e+09 simpleconsumer_pool_size_max: title: simpleconsumer.pool.size.max description: Maximum number of SimpleConsumers that can be instantiated per broker