Hi, I have a kafka stream application that processes 250K events per minute in our dev kafka cluster but in production using the same binary, the performance degrades dramatically to a few thousands per minute. What could possibly be wrong?
1. server.properties in dev and prod, kafka brokers are exactly the same 2. production cluster has much greater data volume, topic numbers, number of brokers. Please help.