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

feat: added new grpc sync config option to allow setting max receive message size. #1358

Merged

Commits on Jul 12, 2024

  1. feat: added new grpc sync config option

    Added a new config option `maxMsgSize` which will
    allow users to override default message size 4Mb.
    
    Signed-off-by: Pradeep Mishra <[email protected]>
    Signed-off-by: pradeepbbl <[email protected]>
    pradeepbbl authored and Kavindu-Dodan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b448765 View commit details
    Browse the repository at this point in the history
  2. Update docs/reference/sync-configuration.md

    Co-authored-by: Michael Beemer <[email protected]>
    Signed-off-by: Pradeep Mishra <[email protected]>
    Signed-off-by: pradeepbbl <[email protected]>
    2 people authored and Kavindu-Dodan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    33b34e4 View commit details
    Browse the repository at this point in the history
  3. lint fixes

    Signed-off-by: Pradeep Mishra <[email protected]>
    Signed-off-by: pradeepbbl <[email protected]>
    pradeepbbl authored and Kavindu-Dodan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8c27aa6 View commit details
    Browse the repository at this point in the history
  4. fix lint error

    Signed-off-by: Pradeep Mishra <[email protected]>
    pradeepbbl authored and Kavindu-Dodan committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6dfe9b1 View commit details
    Browse the repository at this point in the history