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

Use static errors in RSocket default method implementations #933

Closed
wants to merge 7 commits into from

Conversation

rstoyanchev
Copy link
Contributor

Proposed changes for #865.

I think limiting the rate of any individual request type is up to RSocket responder implementations. By default we can at least ensure minimal processing overhead.

Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
@rstoyanchev rstoyanchev added this to the 1.0.3 milestone Sep 22, 2020
@rstoyanchev rstoyanchev self-assigned this Sep 22, 2020
Closes rsocketgh-887

Signed-off-by: Rossen Stoyanchev <rstoyanchev@vmware.com>
Closes rsocketgh-865

Signed-off-by: Rossen Stoyanchev <rstoyanchev@vmware.com>
Signed-off-by: Rossen Stoyanchev <rstoyanchev@vmware.com>
Copy link
Member

@OlegDokuka OlegDokuka left a comment

Choose a reason for hiding this comment

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

LGTM

@rstoyanchev rstoyanchev added this to Done in Core Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Core
  
Done
Development

Successfully merging this pull request may close these issues.

Metadata-pushes rate is not capped on responder, may lead to server resources starvation
4 participants