producer

How to verify contract using provider-driven contract test

Reading Time: 3 minutes this blog will help us to verify the generated contract using a provider-driven contract test. How does Pact work? The consumer creates the contract file and gives it to the producer. And then the provider side gets verified against the contract. Now let’s explore it more. Each pact is a collection of integrations. Each interaction describes: For HTTP: An expected request — describing what the consumer expects Continue Reading

Message Broker in Lagom using Kafka

Reading Time: 2 minutes What is Lagom? Lagom framework helps in simplifying the development of microservices by providing an integrated development environment. This benefits one by allowing them to focus on solving business problems instead of wiring services together. Lagom exposes two APIs, Java and Scala, and provides a framework and development environment as a set of libraries and build tool plugins. The supported build tools with Lagom are Maven Continue Reading