jinhua luo

Results 27 issues of jinhua luo

pgcat - Enhanced postgresql logical replication https://github.com/kingluo/pgcat

### Describe the bug In 19.0.1 version, when I import the signing key in jks format, keycloak does not report any error, but the Certificate textarea shows the old content,...

kind/bug
status/triage

It seems that the async version only supports a single Redis instance?

maintenance

`insert` a CatchAll node would insert an empty CatchAll node and an actual CatchAll node. Why? For example, for "/foo/*foobar", the final node tree is: ``` Node { priority: 1,...

The url is: `.get("/hello/*/:name/*", hello_handler)` The handler: ``` async fn hello_handler(req: Request) -> Result { let user = req.param("*").unwrap(); let name = req.param("name").unwrap(); Ok(Response::new(Body::from(format!( "Hello {:?}, {:?}", user, name ))))...

help wanted

I try to add a new API about the channel (Codes are done, ready for pull request). It has the same characteristics as golang channel. You could create a new...

Hi, I try to use mio for sockets usage, so that it would be platform-generic. I test it on Windows and Linux.

### Description Implement cas-auth plugin ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or...

### Description With lua-resty-ldap, apisix does not need openldap related dependencies anymore. We could remove it in these files: * .github/workflows/fuzzing-ci.yaml:53: sudo apt-get install -y git openresty curl openresty-openssl111-dev unzip...

Version: openresty-1.21.4.1 ### Descritpion If you do `ngx.say` without `ngx.flush`, and use cosockets to send messages, the message buffers would be appended to the busy buffer list and do not...