Reactor Core Explained 2019-07-21 Reactor Core Contents Flux and Mono Simple Operators Merging Streams FlatMap Operator Schedulers Error Handling Backpressure Reactive Streams Reactive Streams is a programming concept for handling asynchronous data streams in a non-blocking manner while providing backpressure to stream publishers. ...
Kafka Streams for Stream processing 2017-03-31 Using Kafka-Stream for stream processing ...
Reactive log stream processing with RxJava - Part II 2016-08-17 In the previous post we saw how we can add a push based solution(RabbitMQ) to our “ELK” stack and how we can connect from Spring to RabbitMQ and have the log events emitted as a reactive stream. ...
Reactive log stream processing with RxJava - Part I 2016-08-10 Centralized logs as a data source for realtime data analysis In the previous blog entries we saw how we can leverage the power of the ELK stack for log collection and analysis of our Java apps. ...
Java app monitoring with ELK - Part II- ElasticSearch 2016-03-21 Java application monitoring with ELK stack ...