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

make the maximum accepted gRPC message size configurable #398

Merged
merged 1 commit into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. make the maximum accepted gRPC message size configurable

    For Gazette and consumers. Previously, the default (4MB) was used and
    could not be changed. Now it's configurable by flag and environment
    variable for brokers and consumers:
    
      --broker.max-grpc-recv-size=  Maximum size of gRPC messages accepted by this server, in bytes (default: 4194304) [$BROKER_MAX_GRPC_RECV_SIZE]
    jgraettinger committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2857142 View commit details
    Browse the repository at this point in the history