Posts by Clement Escoffier

Posts by Clement Escoffier

Do reactive stuff @ Red Hat

Posts

We are introducing a new release cadence for the LTS streams.

A description of the new Quarkiverse and SmallRye release process.

How to build a RAG chatbot using the Granite LLM.

Learn how to containerized applications using virtual threads.

Learn about the new quarkus-langchain4j extension to integrate LLMs in Quarkus applications.

Learn about the CVE-2023-44487, a security vulnerability affecting HTTP/2 servers, and the solution implemented in Quarkus

Learn how to compile applications using virtual threads into native executable.

Learn about the virtual threads integration in Quarkus messaging (Kafka, AMQP, Pulsar...).

How to detect pinning while running tests.

Describe how you can implement a CRUD / RESTFul application using virtual threads and Quarkus.

What do virtual threads change when building concurrent applications with Quarkus.

Redis Job Queue - Reloaded

How to implement a more reliable job queue with Redis, including fault tolerance, de-duplication, and poison pill.

Implementing a job queue using Redis list and the Quarkus Redis extension

How to implement a simple cache with the Redis data source

JSON, Avro and Custom Kafka Serializers and Deserializers with Quarkus

How Stork selects the best service instance and the various built-in stategies.

How does Quarkus make your native executable smaller using UPX

Quarkus 2.2 includes a new dispatching strategy to make RESTEasy Reactive even better.

How to build a Quarkus application using AMQP in less than 10 minutes

How to build a Quarkus application using Apache Kafka in less than 10 minutes

Bored with magic tricks?

How to control the amount of magic from Quarkus

How to use Kafka and Avro in a native executable

How to send and receive Cloud Events with Quarkus, Kafka and Reactive Messaging

Discover the Mutiny variant of the Vert.x API

Peeking at the streams

How to observe events without touching the streams.

Kafka - When to commit?

Offset commiting strategies in the Kafka connector

How does flow control works with Mutiny

Failure handling in the Kafka connector

Running concurrent asynchronous actions with Mutiny

How to Use Kafka, Schema Registry, and Avro with Quarkus

How to use API using pagination with Mutiny

How to combine reactive messaging, Kafka and the Rest client

How to compose asynchronous actions with Mutiny

Failures are an inherent part of any software. This post explains how you handle them with Mutiny

gRPC with Quarkus!

Discover the Quarkus gRPC support