eBay / nuraft_mesg

A session management and gRPC service layer for NuRaft.
Apache License 2.0
6 stars 11 forks source link

Configurable max_msg_size #79

Closed xiaoxichen closed 3 months ago

xiaoxichen commented 3 months ago

Upper layer can pass in params.max_messagesize to specified the max message size the GRPC server will accept.

UT with params.max_messagesize set to 65MB and SEND_DATA up to 64MB which is our target max_blob_size.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.20%. Comparing base (009f47c) to head (cacd32a).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #79 +/- ## ========================================== + Coverage 71.36% 74.20% +2.84% ========================================== Files 21 20 -1 Lines 887 853 -34 Branches 103 98 -5 ========================================== Hits 633 633 + Misses 189 155 -34 Partials 65 65 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.