This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from fd2319f [Doc]--Update Pulsar Admin CLI doc to support to
set/get/remove persistence polices, message TTL, and backlog quota on topic
level (#7852)
add c1b85f8 Allow to configure basic rate limiting for HTTP requests
(#8031)
No new revisions were added by this update.
Summary of changes:
conf/broker.conf | 7 ++++
conf/proxy.conf | 7 ++++
.../apache/pulsar/broker/ServiceConfiguration.java | 12 ++++++
.../pulsar/broker/web/RateLimitingFilter.java | 40 +++++++++-----------
.../org/apache/pulsar/broker/web/WebService.java | 6 +++
.../apache/pulsar/broker/web/WebServiceTest.java | 44 ++++++++++++++++++----
.../pulsar/functions/worker/WorkerConfig.java | 13 +++++++
.../pulsar/functions/worker/rest/WorkerServer.java | 8 ++++
.../pulsar/proxy/server/ProxyConfiguration.java | 12 ++++++
.../org/apache/pulsar/proxy/server/WebServer.java | 6 +++
10 files changed, 126 insertions(+), 29 deletions(-)
copy
pulsar-broker/src/main/java/org/apache/pulsar/broker/web/MaxRequestSizeFilter.java
=>
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/web/RateLimitingFilter.java
(65%)