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

Cannot save circuit breakers for the API - APIM 4.0.0 with CC 1.0.0 #2280

Closed
Sumudu-Sahan opened this issue Nov 21, 2023 · 0 comments · Fixed by wso2/carbon-apimgt#12196
Closed

Comments

@Sumudu-Sahan
Copy link

Description

Cannot add the circuit breaker configurations [1] to the API definition via the publisher portal since those are not getting saved properly.

[1] https://apim.docs.wso2.com/en/4.0.0/deploy-and-publish/deploy-on-gateway/choreo-connect/endpoints/resiliency/circuit-breakers/#enable-circuit-breakers-for-api-endpoints

Steps to Reproduce

  • Start the pack and go to the publisher portal.
  • Create a test API.
  • Then click on the API Definitions.
  • Try to update the definition by adding the content which is in the documentation [1].
x-wso2-production-endpoints:
  urls:
  - https://localhost:2380/v3
  advanceEndpointConfig:
    circuitBreakers:
      maxConnections: 1024
      maxRequests: 75
      maxPendingRequests: 35
      maxConnectionPools: 1024
      maxRetries: 3
  • Save the definition.
  • Reload the page and able to see that the added content is not in there.

[1] https://apim.docs.wso2.com/en/4.0.0/deploy-and-publish/deploy-on-gateway/choreo-connect/endpoints/resiliency/circuit-breakers/#enable-circuit-breakers-for-api-endpoints

Affected Component

APIM

Version

4.0.0

Environment Details (with versions)

No response

Relevant Log Output

No response

Related Issues

No response

Suggested Labels

No response

RusJaI added a commit to RusJaI/carbon-apimgt that referenced this issue Dec 11, 2023
RusJaI added a commit to RusJaI/carbon-apimgt that referenced this issue Dec 11, 2023
RusJaI added a commit to RusJaI/carbon-apimgt that referenced this issue Dec 11, 2023
RusJaI added a commit to RusJaI/carbon-apimgt that referenced this issue Dec 11, 2023
RusJaI added a commit to RusJaI/carbon-apimgt that referenced this issue Dec 11, 2023
RusJaI added a commit to RusJaI/carbon-apimgt that referenced this issue Dec 11, 2023
RusJaI added a commit to RusJaI/carbon-apimgt that referenced this issue Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant