Thanks, the actual questions are, is it possible to scale Datahub horizontally?
I believe they are all Kafka clients (consumers/producers) so scaling out should be fairly straightforward, by just increasing the number of pods. Is this true?
Also, what’s the recommended number for topics partitions for each Kafka topics? Without knowing the exact throughput for the topics, it might be hard to guess the number ourselves.
Has any team shared their configuration for running in production?