From e6982200dd74fe1c800d8e76d3458d4758c6be96 Mon Sep 17 00:00:00 2001 From: Ariana Jung Date: Mon, 13 May 2024 13:36:20 -0400 Subject: [PATCH] Update documentation --- docs/CONFIGURATION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 8057ec5..85098ed 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -46,6 +46,7 @@ schema|nil|Name of the schema to use to encode data before producing. namespace|nil|Namespace of the schema to use when finding it locally. key_config|nil|Configuration hash for message keys. See [Kafka Message Keys](../README.md#installation) use_schema_classes|nil|Set to true or false to enable or disable using the producers schema classes. See [Generated Schema Classes](../README.md#generated-schema-classes) +max_batch_size|500|Maximum publishing batch size. Defaults to top-level configuration of 500. ## Defining Consumers