nerdexam
Confluent

CCDAK · Question #111

There are five brokers in a cluster, a topic with 10 partitions and replication factor of 3, and a quota of producer_bytes_rate of 1 MB/sec has been specified for the client. What is the maximum…

The correct answer is D. 5 MB/s. Each producer is allowed to produce @ 1MB/s to a broker. Max throughput 5 * 1MB, because we

Security

Question

There are five brokers in a cluster, a topic with 10 partitions and replication factor of 3, and a quota of producer_bytes_rate of 1 MB/sec has been specified for the client. What is the maximum throughput allowed for the client?

Options

  • A10 MB/s
  • B0.33 MB/s
  • C1 MB/s
  • D5 MB/s

How the community answered

(20 responses)
  • A
    30% (6)
  • B
    20% (4)
  • C
    5% (1)
  • D
    45% (9)

Explanation

Each producer is allowed to produce @ 1MB/s to a broker. Max throughput 5 * 1MB, because we

Topics

#producer quota#producer_bytes_rate#throughput calculation#quota per broker

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice