Yusheng Li

Results 33 comments of Yusheng Li

FDFS client library是指? libfastcommon与fastdfs已经安装成功的

> Hmm. Is there any different way we can address the cluster events problem? I do realize this may greatly increase the scope of your efforts, but in my opinion...

@hanshuebner @flrgh Yeah. Using a single file to do `persist` and `load` logic does improve the maintainability. Since the PDK module is required by `global.lua`, I prefer to add a...

> It has tests and is simple enough of a change such that I'm confident any potential issues can be corrected before code freeze. I will merge once the latest...

I appreciate everyone who spent time involved in this PR.

Hi, @nbialostosky . I'm not a reviewer though. Just wondering what kind of scenario need to limiting by the URL path. Because I think the client always can change the...

@andyo-tyk Hey. The configuration `http_server_options.enable_strict_routes` does not work for this case. Request to `/api/v1/users/1/profile` still be proxied to the target_url.

@andyo-tyk The `$` was treated as a literal character. ``` { "name": "test", "api_id": "1", "org_id": "test", "use_keyless": true, "version_data": { "not_versioned": true, "versions": { "Default": { "name": "Default", "use_extended_paths":...

@outsinre Would you recommend adding the changelog validation script in this PR, or you prefer to make it in a separate PR?