Hello Confluent Team,
I need to have a quick talk with someone regarding which Kafka Client to use, if my throughput needs to be super high, so lets say 5 events per user/ per second. (Can scale up to 100K users so thats 500K events per second, even to 1 million users. So i need to understand these limitations well)
Im comparing basically things like: KafkaJS, node-rdkafka, or should i deploy a Java microservice to interact with Kafka? Am i thinking right here?
Any suggestions would be much appreciated. Thank you!