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.42k stars 2.92k forks source link

[Question] Must shenyuClient be used on the client? #5486

Open ochive opened 6 months ago

ochive commented 6 months ago

Question

I'm used to using zuul. It just need config in gateway, then can route to microserver behind Nacos. But I see offical examples all need to install shenyuClient, and config in client itself.This is intrusive code. Can shenyu do this? The examples i had seen are http、springCloud、websocket。

moremind commented 6 months ago

you can config in shenyu admin

ochive commented 6 months ago

Thx, I'll give it a try.