As per the doc https://www.confluent.io/confluent-cloud/pricing/?tab=overview#kafka-clusters , Confluent standard cluster supports throughput Up to 250 MBps ingress and 750 MBps egress (1 GBps total).
Question
- Is the throughput mentioned is a) aggregated across all topics or b) at topic level or c) at partition level?
- Number of partitions is mentioned as (Hard limit of 4096). If confluent is fully managed, then why do users concern about partitions? Do users need to manually specify number of partitions required? Is it due to throughput defined above are at partition level?