From 9708cb9b0fc119eab58fa5e38aa6f4aec558a070 Mon Sep 17 00:00:00 2001 From: Lyn Nagara Date: Fri, 8 Mar 2024 12:16:56 -0800 Subject: [PATCH 1/2] feat: Add max.message.bytes on events topic This value seems extaordinarily large to me, but it's what we have in production today. --- topics/events.yaml | 1 + 1 file changed, 1 insertion(+) 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 From 7ae054aedf618cd94f0b6cdf53b886d1f414ff50 Mon Sep 17 00:00:00 2001 From: Lyn Nagara Date: Fri, 8 Mar 2024 12:21:47 -0800 Subject: [PATCH 2/2] transactions is the same --- topics/transactions.yaml | 1 + 1 file changed, 1 insertion(+) 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