-
Notifications
You must be signed in to change notification settings - Fork 540
Fix: Add PizzaShack backend note for distributed setup #9872 [4.6.0] #10514
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
base: 4.6.0
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
Copilot
AI
Jan 5, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning