@ -62,13 +62,6 @@ Enter `spring-cloud-alibaba-examples/integration-example` directory, Run the fol
## Experience Demo
After the preparation work is done, you can run the demo, mainly according to different usage scenarios, you can experience the user order (distributed transaction capability) and simulate the high traffic point (meltdown and limit the flow as well as the ability to cut the peak and fill the valley) respectively.
First, you need to start the `integrated-frontend` and `integrated-gateway` projects separately.
- The gateway module is the gateway for the entire best practice example.
- frontend is the simple front-end page for the best practice.
### Distributed Transaction Capabilities
#### Scenario Description
@ -79,9 +72,7 @@ For the distributed transaction capability, we provide the scenario **where a us
Visit `http://integrated-frontend:8080/order` to experience the corresponding scenario.
@ -116,9 +107,7 @@ For service fusion limiting and peak and valley cutting in the context of high t
- Sentinel binds specified gateway routes on the gateway side for fusion degradation of services.
- RocketMQ performs traffic clipping, where the producer sends messages to RocketMQ under high traffic requests, while the consumer pulls and consumes through a configurable consumption rate, reducing the pressure of high traffic direct requests to the database to increase the number of likes requests.
#### Startup test
Start the `integrated-praise-provider` and `integrated-praise-consumer` modules separately.