

Your session needs MP media coverage! Submit a github issue by filling in all the required information & we will do our best to push your session to the MicroProfile Community.

MicroProfile, an Open-Source Community that collaborates on enterprise Java microservices, would like to announce the release of MicroProfile 4.1. MicroProfile 4.1 is the 2nd version released by the recently-formed MicroProfile Working Group. This is the first release defining the compatible implementation requirements, as follows. [Required] Passing the 8 MicroProfile Specification…


This tutorial teaches developers how to design, configure and deploy a reactive application on WildFly 23, using smallrye-reactive-messaging version 3.0.0. It uses Apache Kafka as distributed data streaming platform for our demo application.
Reactive Streams provides a standard for exchanging data streams across an asynchronous boundary. At the same time, it guarantees that the receiving side is not forced to buffer arbitrary amounts of data.
Video Tutorial: Microprofile RestClient with Quarkus
This video explains how to use Microprofile Rest Client to call external APIs in a simple way.