Logging to Graylog with Spring Boot 1. Introduction Graylog is a log aggregation service. Simply put, it’s capable of collecting millions of log messages from multiple sources and displaying them in a single interface. And, it also provides a number of other features such as real-time alerts, dashboards with graphs… Continue Reading graylog-with-spring-boot

RxJava One Observable, Multiple Subscribers 1. Overview The default behavior of multiple subscribers isn’t always desirable. In this article, we’ll cover how to change this behavior and handle multiple subscribers in a proper way. But first, let’s have a look at the default behavior of multiple subscribers. 2. Default Behaviour… Continue Reading rxjava-multiple-subscribers-observable

Java Weekly, Issue 263 Here we go… 1. Spring and Java ===== >> Bootiful Azure: Taking Your First Steps with Microsoft Azure (1/6) [spring.io] and >> Bootiful Azure: SQL-based data access with Microsoft SQL Server (2/6) [spring.io] A three-week series on integrating Spring Boot with Microsoft Azure kicks off. Really exciting stuff. >> Deploying… Continue Reading java-weekly-263