Skip to content

Commit

Permalink
feat: Add max.message.bytes on events and transactions topics (#233)
Browse files Browse the repository at this point in the history
This value seems extaordinarily large to me, but it's what we have in production today so 🤷
  • Loading branch information
lynnagara committed Mar 11, 2024
1 parent f78f1f4 commit 8d6b838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions topics/events.yaml
Expand Up @@ -15,4 +15,5 @@ schemas:
examples:
- events/1/
topic_creation_config:
max.message.bytes: "25000000"
message.timestamp.type: LogAppendTime
1 change: 1 addition & 0 deletions topics/transactions.yaml
Expand Up @@ -15,4 +15,5 @@ schemas:
examples:
- transactions/1/
topic_creation_config:
max.message.bytes: "25000000"
message.timestamp.type: LogAppendTime

0 comments on commit 8d6b838

Please sign in to comment.