Hello guys, Does anyone run Kafka consumer in a web container like Tomcat in their production environments (processing millions of messages per hour).
I am wondering if the web container could have any adverse impact on the performance of consumer. Is it advisable to NOT run the consumer in a web container ? I am thinking about any restrictions imposed by the web container on file handlers, etc. Thanks for the insights. - Venkatesh