shenyu
shenyu copied to clipboard
Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
### Volunteer help In Kafka, we always interact with the broker, so the parameter for setting the broker address should be called `bootstrap server` rather than `namesrvAddr`. `namesrvAddr` is a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior every 5 second interval, console print log: o.a.s.s.data.http.HttpSyncDataService : Group config...
### Question I see the responseTimeout configuration item in the HttpClientProperties class, but I don't see this configuration item used in any Java code. Is this configuration item effective?
github ci, path filter Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. -...
### Question Hello ShenYu team, We're evaluating ShenYu for implementing an MCP (Model Context Protocol) gateway to proxy requests between MCP-server and existing Dubbo service interfaces. We noticed the experimental...
fix data sync bug During the synchronization process, data is processed sequentially. If there is an issue with the preceding data, it will prevent the subsequent data from being synchronized...
add model context protocol server plugin 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...
complete task 4 in #5923 , modify dubbo registry config base on selector. 1. i add one parameter "registry" in dubbo selector, and change "protocol" to not required.  2....
## Volunteer help Dear community, As shenyu becomes more and more popular, it accommodates diverse needs. I've proposed some of the more important features, so if you're interested, please join...
### Question When I want to use the oauth2 plugin in the ShenYu Gateway, I found that even after following the documentation and configuring OAuth2 properly, the authorization/authentication flow does...