Skip to content

Commit

Permalink
Document new maxDeserializationPayloadSize config (#1055)
Browse files Browse the repository at this point in the history
Fixes issue #1053
  • Loading branch information
weeco committed Jan 31, 2024
1 parent e73bb42 commit 38f881c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/config/console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ kafka:
# requestTimeout: 6s # timeout for REST requests

# console:
# # Max deserialization determines the maximum payload size for record payloads (key/value/headers)
# # that are sent to the frontend when listing messages. Payloads that exceed this value will be
# # omitted. If you try to inspect very large messages on the frontend, this will crash the frontend
# # application due to resource constraints in the browser. To avoid these crashes, you can limit
# # the size here. Records can still be downloaded using the "Save to file" action regardless of this size.
# maxDeserializationPayloadSize: 20480
# # Config to use for embedded topic documentation, see /docs/features/topic-documentation.md for more details
# topicDocumentation:
# enabled: false
Expand Down

0 comments on commit 38f881c

Please sign in to comment.