Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why Producer not support send messages for batch #68

Open
sycoral opened this issue Mar 17, 2023 · 2 comments
Open

Why Producer not support send messages for batch #68

sycoral opened this issue Mar 17, 2023 · 2 comments

Comments

@sycoral
Copy link

sycoral commented Mar 17, 2023

Is your feature request related to a problem? Please describe.
4.x client support send batch,but 5.x not support,and the producer implement support batch

Describe the solution you'd like
Add function List send(List messages) throws ClientException;

@lizhanhui
Copy link
Contributor

@sycoral Protocol Buffers are not designed to handle large messages. See https://protobuf.dev/programming-guides/techniques/#large-data

We should consider adding streaming publish API, instead.

@fanlunyong
Copy link

fanlunyong commented Sep 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants