Send events to Apache Kafka with Reactive Messaging
Create a Quarkus application that uses the MicroProfile Reactive Messaging...
Create a Quarkus application that uses the MicroProfile Reactive Messaging...
Get an overview of gRPC and how it compares to REST over HTTP, then get started using Quarkus to implement and consume gRPC services.
Use Quarkus to integrate two clustered, embedded Red Hat Data Grid caches and deploy them to Red Hat OpenShift Container Platform.
Set up Red Hat's migration toolkit for applications in Red Hat CodeReady Workspaces, then run your first analysis for a Java application migration.
Get started with Migration Toolkit for Applications 5.1.0's improved user interface, new Operator, and support for migrating from Spring Boot to Quarkus.
Serverless, Tekton, and Argo CD: How to craft modern CI/CD workflows | DevNation Tech Talk
In this DevNation Tech Talk, we refactor an application to microservices and use Kubernetes or OpenShift to deploy and manage it at scale on the cloud.
Take the highway: Quarkus reactive routes | DevNation Tech Talk
In this DevNation Tech Talk, we build a portable, serverless blog search application for AWS Lambda using Java, Quarkus, GraalVM, and Apache Lucene.
The new Red Hat build of Quarkus 1.7 supports native code compilation, in addition to a host of tools and extensions for developer productivity.
If you are reading this fascicle, it’s because you are a developer. And like most developers, when you learn a new technology or framework, you like to see some code first. So here is the very first step with Quarkus.
The only requirements to follow and understand this fascicle are having a knowledge of Java and having some knowledge of relational databases and Docker. This fascicle concentrates on Quarkus 1.8.2.Final. Its structure will help you to discover this technology as well as helping you to further dive into it if you already have some experience of it.
Explore the many improvements and bug fixes in JBoss Tools 4.17.0 and Red Hat CodeReady Studio 12.17 for Eclipse 4.17 (2020-09).
Learn how to configure a Quarkus application with Red Hat Data Grid and deploy it on Red Hat OpenShift with Data Grid 8.1's new security features.
Learn how to build a CI/CD workflow that combines Tekton, Argo CD, and GitOps alongside Red Hat OpenShift Serverless and Knative service resources, part 2.
In this DevNation Tech Talk, we show you how to test Quarkus applications and services, from components like mocks to topics like persistence tests.
Spring Boot to Quarkus: A real app migration experience | DevNation Tech Talk
Build a Quarkus application that streams and processes data in real-time using Kafka Streams. As we go through the example, you will learn how to apply Kafka concepts such as joins, windows, processors, state stores, punctuators, and interactive queries.
Will Quarkus be compatible with Jakarta EE? As usual, the answer isn't a simple "yes" or "no," so settle in to learn the answer and why.
Cloud-Native Modernization or Death? A false dichotomy. | DevNation Tech Talk
Quarkus implements a set of functionalities to test Quarkus applications in an easy way as well as a tight integration with the REST Assured framework to write black-box tests.
Observability is the ability to watch the state of a system/application based on some external outputs. This cheat sheet covers the integrations you can find in the form of extensions for Quarkus to implement observability.
(Part 1)Quarkus implements a set of functionalities to test Quarkus applications in an easy way as well as a tight integration with the REST Assured framework to write black-box tests. This cheat sheet covers how to write component/integration tests in Quarkus.