apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.45k stars 2.94k forks source link

How to do data distribution? #5660

Closed thhbbx closed 3 weeks ago

thhbbx commented 2 months ago

Question

How to do data distribution? We have A requirement that service A sends data to the gateway, and then the gateway distributes the data to service B and service C

moremind commented 2 months ago

you can use shenyu-sync-data-zookeeper or other middlerware.