apache/pulsar

PIP 37-Follow up: Chunk message with batching enabled

Open

#7,138 opened on Jun 2, 2020

View on GitHub
 (1 comment) (1 reaction) (1 assignee)Java (3,485 forks)batch import
help wantedtype/feature

Repository metrics

Stars
 (13,697 stars)
PR merge metrics
 (Avg merge 3d 10h) (146 merged PRs in 30d)

Description

Motivation

#4400 provides client to publish large size message into chunks. However, it requires producer-client to disable batching explicitly. Enhance pulasr-client lib to chunk message without disabling the batching.

Contributor guide