Quarkus supports imperative as well as reactive programming styles. In this article I compare access times to Postgres from Java based microservices developed with Quarkus. For synchronous invocati...
Invoking REST APIs asynchronously with Quarkus
Recently I blogged about how to develop reactive REST APIs with Quarkus. Developing the actual endpoints asynchronously is the first step. To leverage reactive capabilities maximally though, the co...
Developing reactive REST APIs with Quarkus
This article describes how to implement reactive REST APIs in Java with Quarkus rather than using synchronous endpoints. In order to do this, the Java classes CompletableFuture and CompletionStage ...
Reactive Messaging Examples for Quarkus
Quarkus provides several different reactive messaging capabilities. The open source project cloud-native-starter uses some of these capabilities in a sample application which are described in this ...
Accessing PostgreSQL in Kubernetes from Quarkus
The open source project cloud-native-starter describes how to develop reactive applications with Quarkus. One of the demonstrated functions is reactive access to PostgreSQL. This article describes ...
Accessing Apache Kafka from Quarkus
This article describes how to develop microservices with Quarkus which use Apache Kafka running in a Kubernetes cluster. Quarkus supports MicroProfile Reactive Messaging to interact with Apache Ka...
Development of Reactive Applications with Quarkus
In the context of cloud-native applications the topic ‘reactive’ becomes more and more important, since more efficient applications can be built and user experiences can be improved. If you want to...
Podcasts about Cloud-Native-Starter Open Source Project
I had the pleasure to get interviewed in two airhacks.fm podcasts by Java guru Adam Bien. It was a lot of fun. The first podcast #63 NodeJS, MicroProfile and Java Cloud Native Starter was primaril...
Recording of my Session “Wie entwickle ich meine ersten Cloud-nativen Applikationen mit Java?”
At code.talks in Hamburg I gave a talk about microservices, Eclipse MicroProfile and Kubernetes. In this session I used the cloud-native-starter sample application which is available as open sourc...
Developing serverless Applications with Quarkus
In the first part of this article I explain the amazing technologies Quarkus and Knative. In the second part I describe how to write simple microservices with Quarkus in Visual Studio Code in just ...