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

Handle large message in grpc binding #648

Closed
akrambek opened this issue Dec 19, 2023 · 0 comments · Fixed by #649
Closed

Handle large message in grpc binding #648

akrambek opened this issue Dec 19, 2023 · 0 comments · Fixed by #649
Assignees
Labels
bug Something isn't working

Comments

@akrambek
Copy link
Contributor

Describe the bug
Both grpcurl and postmal clients are hanging if you try to post a large message(more than buffer slot size)

To Reproduce
Steps to reproduce the behavior:

  1. Check out https://github.com/aklivity/zilla-examples/tree/main/grpc.kafka.proxy
  2. Make sure to change config of topic to support large messages
  3. Using grpcurl or postman try to post over 100k of message.
  4. Request hangs
@akrambek akrambek added the bug Something isn't working label Dec 19, 2023
@akrambek akrambek self-assigned this Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant