Event-Driven

Video Thumbnail
Video

Serverless with Knative deep dive | DevNation Live

Kamesh Sampath

Learn to install Knative and its components and take an in-depth look into the building blocks of Knative—such as serving, building and eventing ecosystems. Demystify the deployment model that allows you to deploy your cloud-native services on Kubernetes and easily turn serve them as serverless services.

Eclipse Vert.x
Article

Processing CloudEvents with Eclipse Vert.x

Matthias Wessendorf

How to generate or process CloudEvents using Vert.x. CloudEvents describe event data in a common, standardized way based on a spec from CNCF

Apache Kafka
Article

Intro to Apache Kafka and Kafka Streams for Event-Driven Microservices on DevNation Live

Burr Sutter

Scalability is often a key issue for many growing organizations. That’s why many organizations use Apache Kafka, a popular messaging and streaming platform. It is horizontally scalable, cloud-native, and versatile. It can serve as a traditional publish-and-subscribe messaging system, as a streaming platform, or as a distributed state store. Companies around the world use Apache Kafka to build real-time streaming applications, streaming data pipelines, and event-driven architectures. Intro to Apache Kafka: Cloud Stream Processing with Jakub Scholz https://www.youtube.com/watch?v=CZhOJ_ysIiI Jakub Scholz...

Featured image for: Event-driven APIs and schema governance for Apache Kafka.
Article

Welcome Apache Kafka to the Kubernetes Era!

Hugo Guerrero

With the new Apache Kafka Kubernetes operator. Red Hat AMQ Streams delivers the mechanisms for managing Apache Kafka on top of OpenShift, our enterprise distribution for Kubernetes.

CloudEvent Flow
Article

EventFlow: Event-driven microservices on OpenShift (Part 1)

Hugo Hiden +2

This post is the first in a series that describes a lightweight cloud-native distributed microservices framework called EventFlow that targets the Kubernetes/OpenShift platforms and models event-processing applications as a connected flow or stream of components. EventFlow can be used to develop event-processing applications that can process CloudEvents, which are an effort to standardise upon a data format for exchanging information regarding events generated by cloud platforms.

Apache Kafka on OpenShift
Article

Smart-Meter Data Processing Using Apache Kafka on OpenShift

Hugo Hiden +2

Learn how to process and aggregate huge streams of IoT data using Strimzi and Apache Kafka on Red Hat OpenShift. The data stream is processed using the Red Hat AMQ distributed streaming platform to perform aggregations in real time as data is ingested into the application.

Apache Kafka on OpenShift
Article

Introducing the Kafka-CDI Library

Matthias Wessendorf

See how the Kafka-CDI library can handle difficult setup tasks and make creating Kafka-powered event-driven applications for MicroProfile and Jakarta EE very easy.

Apache Kafka on OpenShift
Article

Announcing AMQ Streams: Apache Kafka on OpenShift

David Ingham

We are excited to announce a Developer Preview of AMQ Streams, a new addition to Red Hat AMQ, focused on running Apache Kafka on OpenShift. AMQ Streams simplifies the deployment, configuration, management and use of Apache Kafka on OpenShift using automation based on Kubernetes Operators.

Data Streaming with WildFly Swarm and Apache Kafka
Article

Data Streaming with WildFly Swarm and Apache Kafka

Ken Finnigan

At the beginning of October, I attended JavaOne in San Francisco to present on WildFly Swarm and Apache Kafka. For those of you that weren't able to attend the session, or for those that did and saw first hand the issues with the demo, I will be covering all the details of how the demo should work! The presentation material that was presented at JavaOne can be found here, and all the code for the demos is in GitHub. MiniShift...