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

Introduce GraphQL specific throttle policies #3450

Open
dushaniw opened this issue Nov 23, 2021 · 0 comments
Open

Introduce GraphQL specific throttle policies #3450

dushaniw opened this issue Nov 23, 2021 · 0 comments

Comments

@dushaniw
Copy link
Contributor

Describe your problem(s)

GraphQL APIs have query,mutations which work with default request per time frame policies and subscriptions which work with websocket event per time frame policies. Currently we use same request based policies in API-M for both usecases. However, this is not ideal for websocket transport cases, since websocket request throttling is based on the # of active connections which backend can handle at a given time, # of events per time frame, max query complexity depth values etc. Since these parameters deviate from the REST API throttle policies, it is vital to introduce new throttle policy type for GraphQL APIs.

Describe your solution

How will you implement it


Optional Fields

Related Issues:

Suggested Labels:

Suggested Assignees:

@dushaniw dushaniw changed the title Introduce GraphQL specific subscription policies Introduce GraphQL specific throttle policies Nov 23, 2021
@Krishanx92 Krishanx92 transferred this issue from wso2/product-apim Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant