Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2023-06-08) (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 8, 2023
1 parent 5156357 commit 1f22830
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f22830

Please sign in to comment.