Introduction to Spring Cloud Rest Client with Netflix Ribbon Spring Cloud 1. Introduction Netflix Ribbon is an Inter Process Communication (IPC) cloud library. Ribbon primarily provides client-side load balancing algorithms. Apart from the client-side load balancing algorithms, Ribbon provides also other features: Service Discovery Integration – Ribbon load balancers provide… Continue Reading spring-cloud-rest-client-with-netflix-ribbon

Java Weekly, Issue 229 Here we go… 1. Spring and Java ===== >> Monitor and troubleshoot Java applications and services with Datadog Sponsored Optimize performance with end-to-end tracing and out-of-the-box support for popular Java frameworks, application servers, and databases. Try it free.  >> Metrics with Spring Boot 2.0 – Migration [blog.frankel.ch]… Continue Reading java-weekly-229

REST Query Language – Advanced Search Operations 1. Overview In this article, we’ll extend the REST Query Language we developed in the previous parts of the series to include more search operations. We now support the following operations: Equality, Negation, Greater than, Less than, Starts with, Ends with, Contains and… Continue Reading rest-api-query-search-language-more-operations