Author: Sathish Kumar Anandapu

Kafka

Kafka is a publish-subscribe-based messaging system that is exchanging data between processes, applications and servers. Messaging System: A messaging system lets you send messages between processes, applications and servers. Why we need Kafka:…

SPOCK Framework

Spock is a testing framework written in Groovy but able to test both Java and Groovy code. It is fully compatible with JUnit (it actually builds on top of the JUnit runner). Spock…