code
code
Commit Message: data source: new data source provider to support file watching Additional Description: This PR provide a common data source provider to support file watching. For the users who...
*Title*: *per cluster HTTP filter config* *Description*: Now the Envoy provide route/virtual host level HTTP filter config support. By this way, the same filter could behaves differently for different route...
Commit Message: access log: change the factory context of log filter to generic one Additional Description: See slack discussion: https://envoyproxy.slack.com/archives/C78HA81DH/p1715658162300489 NOTE: I am not sure is that OK to merge...
Commit Message: router: set upstream host from the conn pool Additional Description: The `host()` method of connection pool will return a host in current implementation. We can set the host...
*Title*: *make the response code details append-able* There always has the requirement to record envoy's internal events and log them. By this way, we can understand the processing of envoy...
A helpless fact is that there are two different versions of hessian2. One is the version that the dubbo used. See http://hessian.caucho.com/doc/hessian-serialization.html. Another is the version the sofa used. See...
Optimize the `toDebugString` method for easy display
Commit Message: local rate limit: add cross local cluster rate limit support Additional Description: Envoy provides lots of rate limit related filters/features. The global rate limit provides the most powerful...
*Title*: *Cross instances local rate limit filter* *Description*: Local rate limit works more stable and has no additional dependency. It basically is our first choice to do rate limiting. The...
[generic proxy: fix possible infinite loop](https://github.com/envoyproxy/envoy/commit/d7347f72831a8a59faaf0be1ead970a47f04ca56) Commit Message: generic proxy: fix possible infinite loop Additional Description: The generic proxy will fall in infinite loop when the upstream connection is bound...