Remove Quarkus
article thumbnail

Article: Kubernetes Native Java with Quarkus

InfoQ Articles

Quarkus is an industry leader in startup time and memory utilization for native and JVM-based Java applications. Kubernetes is a first-class deployment platform in Quarkus with support for its primitives and features. This reduces cloud costs. Developers can use their Java knowledge of APIs like Jakarta EE, MicroProfile, Spring, etc.

132
132
article thumbnail

Article: Testing Quarkus Web Applications: Component & Integration Tests

InfoQ Articles

Quarkus is a full-stack, Kubernetes-native Java framework made for Java virtual machines (JVMs) and native compilation. Instead of reinventing the wheel, Quarkus uses well-known enterprise-grade frameworks backed by standards/specifications and makes them compilable to a binary using Graal VM.

125
125
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Article: Azure Functions in Quarkus 3

InfoQ Articles

A guide to using Azure Functions with Quarkus 3, for HTTP and non-HTTP functions. Covers newer native integration for serverless functions. By Daniel Oh

74
article thumbnail

Article: Kafka Streams and Quarkus: Real-Time Processing Events

InfoQ Articles

Kafka Streams and Quarkus are the perfect matches to start processing Kafka events in real-time. But if you need real-time processing of the data (filtering, joining, or manipulating events), just using the Kafka-consuming API might not be the best approach as the resulting code becomes complex. By Alex Soto.

106
106
article thumbnail

Article: Leveraging Eclipse JNoSQL 1.0.0: Quarkus Integration and Building a Pet-Friendly REST API

InfoQ Articles

modernizes NoSQL integration with advanced features, standardized specs (Jakarta NoSQL & Jakarta Data), enhanced queries, schema migration, and Quarkus framework compatibility. Eclipse JNoSQL 1.0.0 It simplifies NoSQL use, boosts performance, scalability, and integrates seamlessly.

article thumbnail

Article: Testing Quarkus Web Applications: Writing Clean Component Tests

InfoQ Articles

In this article, we will learn how to write clean integration tests for Quarkus applications. We will see how we can write simple and clean tests for the following scenarios: a mail client, security with RBAC, testing using containers, and rest clients. By Alex Soto.

112
112
article thumbnail

Article: Getting Started to Quarkus Reactive Messaging with Apache Kafka

InfoQ Articles

In this post, we’ll learn how to produce and consume data using Apache Kafka and Quarkus. Apache Kafka is a distributed event store and stream-processing platform for storing, consuming, and processing data streams in real-time. By Alex Soto.

95