Skip to content

Commit

Permalink
docs: add introduction to fluvio message sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Oct 14, 2024
1 parent ab8d7a7 commit 57a0bd7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion rfc/produce-message-size.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Enhancing Fluvio to Message Sizes
# Enhancing Fluvio Message Sizes

This RFC proposes modifications to Fluvio's handling of message sizes.

## Introduction

`batch_size` producer config must not reject large records, just send them directly.

Create a new `max_request_size` producer config that must reject large messages.
I am using `max_request_size` because Kafka uses `max.request.size` but we can change it to other config name.

Compression sizes should not be used for these producer configs.

## Proposed Enhancements

1. Handling Larger Messages than Batch Size
Expand Down

0 comments on commit 57a0bd7

Please sign in to comment.