News

Mocking gRPC services allows you to validate gRPC integration code during your tests while avoiding common pitfalls. Learn how to use WireMock’s Spring Boot integration to mock gRPC services.
At some point, you may be asked to perform a migration from a monolith to microservices-oriented architecture. One strategy to do this is to use an API gateway. Follow this example to learn how.