produce
and consume
. In addition, you can revoke permissions from specific users, which means that those users cannot access the specified namespace.
Policy | Action |
---|---|
producer_request_hold | The broker holds but does not persist producers’ request payload. |
producer_exception | The broker disconnects from the client by throwing an exception. |
consumer_backlog_eviction | The broker begins discarding backlog messages. |
msg-dispatch-rate
) or by the number of bytes of messages per second (byte-dispatch-rate
). Dispatch rate is in seconds and it can be configured with dispatch-rate-period
. By default, msg-dispatch-rate
and byte-dispatch-rate
are both set to -1, which indicates that throttling is disabled.
Item | Description |
---|---|
In Rate | The ingress rate of the namespace. |
Out Rate | The egress rate of the namespace. |
In Throughput | The ingress throughput of the namespace. |
Out Throughput | The egress throughput of the namespace. |
Item | Description |
---|---|
Clusters | Select a replication cluster. Messages of the topics in this namespace are asynchronically replicated between the configured replication clusters. Currently, this item is set to the cluster you created because there is only one cluster available for an instance. |