Event-driven

Asynchronous streams
Article

C# 8 asynchronous streams

Tom Deseyn

Explore the new C# 8 asynchronous streams feature in this first article in our series covering the new features available in C# 8.

OVN-Kubernetes deployment network diagram
Article

Open Virtual Network unidling

Lorenzo Bianconi

We look at the OVN unidling issue and how the Controller_Event table can be used to forward events to a CMS, such as OpenStack Platform or OpenShift.

Knative
Article

Knative: What developers need to know

Don Schenck

Knative is changing the world of microservices and serverless functions; here's what you need to know to take advantage of this cutting-edge technology.

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...