Kafka Tuning: Consistency vs Availability
Reading Time: 3 minutes tuning distributed kafka cluster to attain consistency along with high availability of the system.
Reading Time: 3 minutes tuning distributed kafka cluster to attain consistency along with high availability of the system.
Reading Time: 2 minutes I have started working on a project which require stress testing using Gatling. I Setup the sbt project on which gatling is working fine. But when I try to integrate it using play framework, it doesn’t work. The project structure for both are different so it doesn’t work for both the project in the same manner. Your build.sbt should be like this: import _root_.io.gatling.sbt.GatlingPlugin import Continue Reading
Reading Time: 5 minutes Performance Tuning is one of the stages of taking your application to production which you can seldom avoid. Irrespective of the fact whether you have taken all good performance practices into account, there is something or the other which needs to be tuned before the application is production ready. Performance Tuning takes a different turn when your application is supposed to run on the cloud. Continue Reading