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(pubsub): Enable server side flow control by default with the option to turn it off #3154

Merged
merged 11 commits into from Nov 11, 2020

Commits on Nov 6, 2020

  1. feat: Enable server side flow control by default with the option to t…

    …urn it off
    
    This change enables sending flow control settings automatically to the server.
    If ReceiveSettings.MaxOutstandingMessages > 0 or ReceiveSettings.MaxOutstandingBytes > 0,
    flow control will be enforced at the server side (in addition to the client side).
    
    This behavior is enabled by default and ReceiveSettings.UseLegacyFlowControl can be set for users
    who would like to opt-out of this feature in case they encounter issues with server side flow
    control.
    fayssalmartanigcp committed Nov 6, 2020
    Copy the full SHA
    a7a1451 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    508c1b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Copy the full SHA
    5820e76 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b353a7a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f7237e0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e7ad804 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    57a502f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2988ef6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    680b43a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Copy the full SHA
    e713393 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd98c2b View commit details
    Browse the repository at this point in the history