[Task] add BrpcPlugin to support brpc
See original GitHub issueDescription
brpc is an industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances(not counting clients) and thousands kinds of services.
As for shenyu-client-brpc, we can use brpc-spring module to implment it.
As for shenyu-spring-boot-starter-client-brpc, we can use brpc-spring-boot-starter module to implment it.
As for shenyu-plugin-brpc, we can use brpc-java module to implment it.
Task List
-
- add
shenyu-client-brpcmodule, @MichaelDeSteven ;
- add
-
- add
shenyu-spring-boot-starter-client-brpcmodule, @MichaelDeSteven ;
- add
-
- add
shenyu-examples-brpcmodule, @MichaelDeSteven ;
- add
-
- add doc for
shenyu-client-brpc, @MichaelDeSteven ;
- add doc for
-
-
support;generic callforbrpc, @dragon-zhang
-
-
-
support;generic callforbrpc-java, @dragon-zhang
-
-
- add
shenyu-plugin-brpcmodule with BrpcPlugin module, @MichaelDeSteven ;
- add
-
- add
shenyu-spring-boot-starter-plugin-brpcmodule, @MichaelDeSteven ;
- add
-
- add
shenyu-integrated-test-brpcmodule; @dragon-zhang
- add
-
- add doc for
shenyu-plugin-brpc, @MichaelDeSteven ;
- add doc for
Issue Analytics
- State:
- Created a year ago
- Comments:22 (21 by maintainers)
Top Results From Across the Web
[Task] add BrpcPlugin to support brpc · Issue #3450 - GitHub
Here is my progress: brpc-java is not support generic call, so this is a challenge for me. Now I have refer some doc...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

No emergency, just make it the best. As for
generic call, I will try to provide this feature forbrpc.sure, thanks