这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@Lazar955
Copy link
Member

@Lazar955 Lazar955 commented Aug 26, 2025

closes #660

Copilot AI review requested due to automatic review settings August 26, 2025 10:34
@cursor
Copy link

cursor bot commented Aug 26, 2025

🚨 Bugbot Trial Expired

Your team's Bugbot trial has expired. Please contact your team administrator to turn on the paid plan to continue using Bugbot.

A team admin can activate the plan in the Cursor dashboard.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds configuration support for customizable gRPC message size limits in the EOTS manager. Previously, the system used default gRPC message size limits, but now administrators can configure both send and receive message size limits through configuration.

  • Adds GRPCMaxContentLength configuration field with validation and default value (16MB)
  • Configures both server-side max send/receive message sizes when the option is set
  • Updates client to use configurable message size limits

Reviewed Changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated 2 comments.

File Description
eotsmanager/config/config.go Adds new configuration field with validation and default value
eotsmanager/service/server.go Applies configurable message size limits to gRPC server options
eotsmanager/client/rpcclient.go Updates client to use configurable receive message size

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Lazar955 Lazar955 merged commit 4ffe9bf into main Aug 28, 2025
19 checks passed
@Lazar955 Lazar955 deleted the lazar/grpc-max-len branch August 28, 2025 08:00
mergify bot pushed a commit that referenced this pull request Aug 28, 2025
Lazar955 added a commit that referenced this pull request Aug 28, 2025
closes #660 <hr>This is an automatic backport of pull request #662 done
by [Mergify](https://mergify.com).

Co-authored-by: Lazar <12626340+Lazar955@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eots and fpd grpc server configurable msg size

3 participants