nerdexam
Confluent

CCAAK · Question #43

Multiple clients are sharing a Kafka cluster. As an administrator, how would you ensure that Kafka resources are distributed fairly to all clients?

The correct answer is A. Quotas. Kafka quotas allow administrators to control and limit the rate of data production and consumption per client (producer/consumer), ensuring fair use of broker resources among multiple clients.

Managing Brokers and Clusters

Question

Multiple clients are sharing a Kafka cluster. As an administrator, how would you ensure that Kafka resources are distributed fairly to all clients?

Options

  • AQuotas
  • BConsumer Groups
  • CRebalancing
  • DACLs

How the community answered

(28 responses)
  • A
    82% (23)
  • B
    11% (3)
  • C
    4% (1)
  • D
    4% (1)

Explanation

Kafka quotas allow administrators to control and limit the rate of data production and consumption per client (producer/consumer), ensuring fair use of broker resources among multiple clients.

Topics

#quotas#resource management#multi-tenancy#client throttling

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice