Apache Kafka: Messaging Queuing Distributed Stream Processing
What is the Apache Kafka? Apache kafka is an open source distributed event streaming plateform used by thousands of companies…
What is the Apache Kafka? Apache kafka is an open source distributed event streaming plateform used by thousands of companies…
Problem:- How to trace/debug the log for particular request when an issue comes in microservice. When there are so many microservices…
Config Server is based on the open-source Spring Cloud Config Project, which provides a centralized server for configure application properties…
API Gateway provides a unified interface for a set of microservices so that clients no need to know about all…
Service Discovery is a database used to keep track of the available instance of each microservices in an application. The…