From 8d6b8388388e07b06568ca450d7e8837c66c7c9f Mon Sep 17 00:00:00 2001 From: Lyn Nagara Date: Mon, 11 Mar 2024 09:14:41 -0700 Subject: [PATCH] feat: Add max.message.bytes on events and transactions topics (#233) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This value seems extaordinarily large to me, but it's what we have in production today so 🤷 --- topics/events.yaml | 1 + topics/transactions.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/topics/events.yaml b/topics/events.yaml index 6d44e36b..b5c64b49 100644 --- a/topics/events.yaml +++ b/topics/events.yaml @@ -15,4 +15,5 @@ schemas: examples: - events/1/ topic_creation_config: + max.message.bytes: "25000000" message.timestamp.type: LogAppendTime diff --git a/topics/transactions.yaml b/topics/transactions.yaml index 0fcff91d..49d309c0 100644 --- a/topics/transactions.yaml +++ b/topics/transactions.yaml @@ -15,4 +15,5 @@ schemas: examples: - transactions/1/ topic_creation_config: + max.message.bytes: "25000000" message.timestamp.type: LogAppendTime