We wanted to use AWS serverless MSK for Druid ingestion but the issue is AWS MSK has hard 200 mbps throughput limit per MSK cluster and our requirement is to have 1800 mbps throughput. Can it be possible that we can add 9 MSK serverless cluster(200*9 = 1800) to ingest data in one Druid datasource. We will ensure upstream that it will ingest unique data to all 9 clusters to avoid any data duplication. I know we can have multiple kafka topics in one MSK cluster to ingest in one Druid datasource using kafka topic pattern, but here the ask is multiple kafka cluster to ingest in one Druid datasource. Is it possible to implement like this in Druid?