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

The module Settings of different plug-ins are inconsistent #5101

Closed crazyStar00 closed 10 months ago

crazyStar00 commented 1 year ago

Question

Plugins that use appName as a module are (brpc, dubbo, grpc, motan, sofa, tars) Plugins that use plug-in name +rpc type as module are (divide, springcloud, websocket) May I ask why it is designed this way?

moremind commented 10 months ago

divide springcloud use http, and websocket use http to handshake.