Fix: Add PizzaShack backend note for distributed setup #9872 [4.6.0]#10514
Fix: Add PizzaShack backend note for distributed setup #9872 [4.6.0]#10514Walapalam wants to merge 1 commit intowso2:4.6.0from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR adds documentation to address issue #9872, where users encounter failures when trying to use the PizzaShack sample API in a distributed WSO2 API-M deployment. The change clarifies that the PizzaShack backend must be hosted separately in distributed setups.
- Adds an informational Note block explaining the PizzaShack backend deployment requirement
- Instructs users to host
pizzashack.waron a separate application server or container - Ensures users understand the backend must be accessible to the Gateway component
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| To enable high availability, you need a minimum of two nodes running each component distribution. | ||
|
|
||
| !!! Note | ||
| To use the PizzaShack sample API in a distributed deployment, you need to host the sample PizzaShack backend (`pizzashack.war`) on a separate application server or container, as the backend is not included in the distributed API-M components by default. Ensure the backend URL is accessible to the Gateway. |
There was a problem hiding this comment.
Consider using "component distributions" instead of "API-M components" to maintain consistency with the terminology used elsewhere in this document (see line 3 and line 8 which reference "component distribution").
| To use the PizzaShack sample API in a distributed deployment, you need to host the sample PizzaShack backend (`pizzashack.war`) on a separate application server or container, as the backend is not included in the distributed API-M components by default. Ensure the backend URL is accessible to the Gateway. | |
| To use the PizzaShack sample API in a distributed deployment, you need to host the sample PizzaShack backend (`pizzashack.war`) on a separate application server or container, as the backend is not included in the API-M component distributions by default. Ensure the backend URL is accessible to the Gateway. |
16963b0 to
dc46545
Compare
|
Hi @Walapalam, Thank you for your contribution. Shall we port the same fix in the following PRs[1][2] to the relevant pages so that we are consistent across versions? Thanks, |
|
Hi @Walapalam, I will close this PR as it has been inactive for some time. Please reopen once the requested changes are added. Thanks, |
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning