docker
-
Enterprise Java
Reuse Testcontainers in Java
TestContainers is a powerful Java library that allows developers to easily create disposable Docker containers for integration testing. However, setting…
Read More » -
Kafka
JSON File To Kafka Topic
Apache Kafka, a streaming platform that is open-source, fault-tolerant, and exceptionally scalable, operates on a publish-subscribe architecture for real-time data…
Read More » -
Docker
Docker – Running MariaDB as a container
Docker simplifies database management, ensuring consistency across environments. Let us delve into a practical approach to understanding the management of…
Read More » -
Docker
Docker – Running PostgreSQL as a container
Docker simplifies database management, ensuring consistency across environments. Let us delve into a practical approach to understanding the management of…
Read More » -
Software Development
Docker Kafka Topic Creation
Apache Kafka is an open-source stream-processing software platform developed by the Apache Software Foundation. Kafka uses topics, partitions, and replication…
Read More » -
Enterprise Java
Java Kafka Bootstrap Server
In Kafka configuration, the “bootstrap-server” parameter plays a pivotal role. It represents the initial connection point for Kafka clients. When…
Read More » -
Docker
List of Dependent Child Images in Docker
This article explores how to get a list of dependent child images in Docker, a skill that can greatly enhance…
Read More » -
Boot
Docker Compose Support in Spring Boot
In today’s rapidly evolving software landscape, the efficient deployment and management of applications are paramount. This article explores the pivotal…
Read More » -
spring
Spring Webflux Pagination
Pagination in Spring Webflux and Spring Data Reactive is a technique used to efficiently retrieve and display large sets of…
Read More » -
JavaScript
Building an Event-Driven Architecture Using Kafka
Hello. In this tutorial, we will build an event drive architecture example using Kafka. 1. Introduction Kafka is an open-source…
Read More »