Skip to content

anantha199/reactive-pipeline-rsocket

 
 

Repository files navigation

Reactive Pipeline w/ Kafka, Akka Streams, RSocket

This is the repository for the talk "Retrofit your Java App with a Reactive Flow Pipeline" by Mary Grygleski and Fabio Tiriticco.

These projects implement the pipeline shown in the image below:

A reactive pipeline

Data is ingested from a Kafka topic by a Scala application, processed and passed using RSocket to the next application, written in Java. The purpose is to show some techiques to implement a pipeline that adheres to the Reactive Streams specification throughout the flow.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 68.3%
  • Java 31.7%