shenyu
shenyu copied to clipboard
Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
### Question
### Question Why does the host domain name change to ip + port number when it reaches the client through shenyu Gateway? shenyu version:2.6.0
### Question How to convert between the GRPC and GRPCS protocols?
### Question how to debug the custom plugin at breakpoints in idea
### Question I encountered an issue during the initial automatic registration of a service where the URIRegister and DiscoveryConfigRegister processes conflict. The URIRegister process creates a default discovery of type...
### Question Can the log service that pushes logs to HTTP be abstracted and configured with HTTP interfaces to push logs to different log systems, not limited to HTTP, TCP,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I designed the weight of the selector, please note that it...
Make sure that: - [ ] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [ ] You submit test cases (unit or integration tests) that back your changes. - [ ]...
fixed: #6081 1.抽取PluginData、SelectorData 和 RuleData 公共部分为 BaseData 2. 规则选择逻辑重构 定义数据决策处理类,提取公共部分的代码并做封装 Make sure that: - [ ] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [ ] You submit test cases (unit...
AS TITLE