Spring Boot KafkaTestContainer In event based architecture integration test is hard. Because of event based architecture is asynchronous,... Posted by muzir on July 07, 2019 · 9 mins read
Spring Boot Kafka Apache Kafka is a distributed messaging system which is initially developed by Jay Kreps when... Posted by muzir on May 25, 2019 · 22 mins read
Spring Boot with Docker Containers have been making revolutionary changes in software world. Previous systems were mostly powered by... Posted by muzir on March 24, 2019 · 6 mins read
Introduction to Testcontainers Spring Boot makes it easy to setup and start a microservice project. But in microservice’s... Posted by muzir on March 20, 2019 · 5 mins read
Spring Test - Integration Testing with TestRestTemplate Spring Test provides have few options to test our controllers. So in this post let’s... Posted by muzir on March 13, 2019 · 4 mins read