This is an automated email from the ASF dual-hosted git repository.
rdhabalia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new c8b5121 Updated PIP 52: Message dispatch throttling relative to
publish rate (markdown)
c8b5121 is described below
commit c8b512131ebe0098515f37a16498d5786d2afa15
Author: Rajan Dhabalia <[email protected]>
AuthorDate: Fri Dec 6 11:11:18 2019 -0800
Updated PIP 52: Message dispatch throttling relative to publish rate
(markdown)
---
PIP-52:-Message-dispatch-throttling-relative-to-publish-rate.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/PIP-52:-Message-dispatch-throttling-relative-to-publish-rate.md
b/PIP-52:-Message-dispatch-throttling-relative-to-publish-rate.md
index 92ff6ba..55e8960 100644
--- a/PIP-52:-Message-dispatch-throttling-relative-to-publish-rate.md
+++ b/PIP-52:-Message-dispatch-throttling-relative-to-publish-rate.md
@@ -1,3 +1,7 @@
+* **Status**: Implemented
+ * **Author**: [Rajan Dhabalia](https://github.com/rdhabalia)
+ * **Pull Request**: [#5797](https://github.com/apache/pulsar/pull/5797)
+
## Motivation
Producers and consumers can interact with broker on high volumes of data. This
can monopolize broker resources and cause network saturation, which can have
adverse effects on other topics owned by that broker. Throttling based on
resource consumption can protect against these issues and it can play an
important role for large multi-tenant clusters where a small set of clients
using high volumes of data can easily degrade performance of other clients.