Using Spring Cloud Contract
Explore consumer driven contracts with Spring Cloud Contract
Read moreSpring
Explore consumer driven contracts with Spring Cloud Contract
Read moreNowadays, developers are constantly working with APIs and not all of them have good documentation. This blog post shows how to create complete and updated documentation for APIs in Spring projects using Spring REST Docs.
Read moreCreating a batch-driven solution is pretty easy with Spring Batch. There is an excellent getting started guide on spring.io website, which explains the basics and provides example code how to start a batch job on application startup. However, batch jobs are typically executed as a result of an event. In this blog post, we are going to look how to trigger a Spring Batch job with a JMS message.
Read moreAs we saw in the first part of this series, it is essential to monitor the health of our microservices, and to improve the tool we developed which helps us get metrics and forward them to an Elasticsearch instance. In this chapter we will pursue the question of how can we improve the processing of the result of the metrics endpoint.
Read moreIn the previous post, we discussed how to read data in chunks from a relational database as a Spring Batch process using Spring Boot runner. This post will explain how to import that data into Elasticsearch.
Read more