shenyu icon indicating copy to clipboard operation
shenyu copied to clipboard

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.

Results 405 shenyu issues
Sort by recently updated
recently updated
newest added

### 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

type: question

### Question How to convert between the GRPC and GRPCS protocols?

type: question

### Question how to debug the custom plugin at breakpoints in idea

type: question

### 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...

type: question

### 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,...

type: question

### 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...

type: bug

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...