loongs-zhang

Results 35 issues of loongs-zhang

### Description Currently, although ShenYu supports the upload interface of forwarding files, there are no relevant examples and integration tests. This task needs you to finish these. The upload file...

status: volunteer wanted
level: easy

### Description use `org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec#exchangeToMono` replace `org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec#exchange`, but make sure https://github.com/apache/shenyu/issues/3686 and https://github.com/apache/shenyu/issues/3687 not happens. ### Task List 1. - [ ] use `#exchangeToMono` replace `#exchange` in `WebClientPlugin` @spicydev 2. -...

status: volunteer wanted
plugin: http-client

### Question Writing to log file is better than writing to console, I plan to add the following to `shenyu_checkstyle.xml`: ```xml ```

type: question

### Description 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](https://github.com/baidu/brpc-java/tree/master/brpc-spring) to...

status: volunteer wanted
feature: http-proxy
level: medium

### Description I checked all the implementations of `org.apache.shenyu.plugin.base.condition.judge.PredicateJudge`, and now I only think of these two optimization points. If you have some better ideas, please leave a message below....

status: volunteer wanted
type: performance
plugin: base

# Arthas vmtool源码分析 ## Hello JNI ### Why use JNI ? - 提高程序性能; - 实现某些`纯Java代码不可能实现`的功能; - 使用其他语言的类库; - 与硬件、操作系统进行交互。 ### What is JNI ? JNI是`Java Native Interface`的缩写,通过使用`native`关键字书写程序,允许Java与`其他语言`进行交互。 ### How to...

Does this library support automatic back pressure ?

question

Does this library support back pressure ?

enhancement
help wanted
module: middlewares

refer https://github.com/bytedance/monoio/blob/master/README-zh.md