Building Reactive Applications with WildFly
In this tutorial we will learn how to design, configure and deploy a reactive application on WildFly 23, using smallrye-reactive-messaging version 3.0.0. We will use Apache Kafka as distributed data streaming platform for our demo application. Reactive Streams aims to provide a standard for exchanging data streams across an asynchronous boundary. At the same time, … Read more