Enterprise Java
-
Apache Camel K 1.0 is here – Why should you care
Yesterday we released Apache Camel K 1.0 and it was announced on social media and on the Camel website. So…
Read More » -
AWS CloudFormation: Target Group does not have an associated Load Balancer
Yesterday I was using an AWS CloudFormation template to ultimately create an ECS Service (Fargate type), but also create resources…
Read More » -
Challenges of moving from Kafka Mirror Maker to Brooklin for SSL Kafka Brokers
Problem Moving from Kafka mirror maker to Brooklin has its advantages written by me here. But doing this migration is…
Read More » -
Apache Kafka Consumer Rebalance
Consumer rebalance decide which consumer is responsible for which subset of all available partitions for some topic(s). For example, you…
Read More » -
Dependency management and Maven
Maven is great and mature. There is always a solution on almost everything. The main case you might stumble on…
Read More » -
Kafka – Exactly-Once Semantics
In distributed environment failure is a very common scenario that can be happened any time. In the Kafka environment, the…
Read More » -
Access spring Request scope cache in Singelton bean called from fork-join/thread pool
Problem: Spring enabled cache who’s scope is set to Request need to be accessed by a singleton bean which is…
Read More » -
Maven Tutorial For Selenium Test Automation
While working on a project for test automation, you’d require all the Selenium dependencies associated with it. Usually these dependencies…
Read More » -
Spring boot custom banner generation
Whenever we start a Spring Boot application a text message shown below is displayed . This is called as a…
Read More »