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

Configure Maximum Message Size for Vert.x gRPC Server #43596

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. Configure Maximum Message Size for Vert.x gRPC Server

    Previously, the Vert.x gRPC server was created without passing any configuration. This commit creates an instance of `GrpcServerOptions` to configure the maximum message size for the server. At the moment, there is no other configuration, but it will be extended with Vert.x 5.
    
    To maintain consistency, we reuse the maxInboundMessageSize property instead of introducing a dedicated one.
    
    Fixes quarkusio#43573
    cescoffier committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    93e6eac View commit details
    Browse the repository at this point in the history