Batch Requests - Method not allowed for batch request #1885
Labels
enhancement
New feature or request
Team Promoted
Issues to be triaged and discussed by committers, maintainers, to be worked on the following sprint
Milestone
Problem
Some methods should not be allowed to be requested as part of a batch.
Debug and Filter APIs to start with, but we might want to leave them in a configurable property that we can extend if needed.
Solution
New error
code: -32007
message: Method
<method>
is not permitted as part of batch requestsNew Configurable property with the list of the methods that are not allowed for batch.
Add a validation on each request, right before calling
getRequestResult
Current:
Proposed:
Alternatives
No response
The text was updated successfully, but these errors were encountered: