After you had read 2 articles about Kafka: What is Apache Kafka? and How to install Apache Kafka on…
Hope you are clear about What is Kafka? through my previous post. Continue, we will go through how we can install…
Apache Kafka was originally developed by LinkedIn, and was subsequently open-sourced in early 2011. Kafka gained the full Apache…
The JPA (Java Persistence API) – a part of Spring Data – is an Object Relational Mapping (ORM) framework…
After a decade of setting property values in Spring XML configuration and calling setter methods on bean instances, Spring…
While developing Spring-based applications, you may come across a need to register beans conditionally.For example, you may want to…
Memcached is a free, high-performance and distributed memory object caching system written in C language. It is often used…
Spring Beans are Java Objects or Instances which will be created and managed by Spring IOC/DI container. Below is the lifecycle…
Sometime you try to install a new plugin from plugins store or a zip file and unfortunately your site…