Comparison of Microservice Frameworks with a Streaming Example

In my last post, I presented some interesting applications of reactive programming with RxJava and when/why you should use it. ...

July 8, 2019 路 11 min 路 Auryn Engel

HowTo: Reactive Stream with Spring Boot and RxJava in Kotlin

Everyone knows that, you open a website and load and load it. 馃槪 But why is that? ...

May 18, 2019 路 3 min 路 Auryn Engel

Wildfly in a Cluster with Docker

Operating Wildfly in a docker container isn鈥檛 difficult. The description can be found on the official docker image site from jboss-wildfly. This blog post describes how to start several containers with a wildfly and how to connect them to a cluster. Unfortunately, the Docker-jboss document does not describe how to merge wildflys into a cluster unless they are running on the same machine. Why Wildfly in the Cluster? Wildfly itself offers the possibility to work in a cluster and replicate caches and states....

April 26, 2019 路 4 min 路 Auryn Engel