When consuming from a reactive stream is it more like a literal stream where items in the stream ay go by and not get consumed while you're busy, or is it more like a queue?

This page summarizes the projects mentioned and recommended in the original post on /r/learnjava

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Reactive Streams

    Reactive Streams Specification for the JVM

  • RxJava

    RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

  • In big words, kafka and rxJava are 2 different things, with kafka you transport data, produce and consume messages, then you can process them however you want. Rx java helps you write asynchronous code and it's no queue/topic related. You can read more here

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • It hurts

    1 project | /r/ProgrammerHumor | 8 Jan 2023
  • Reactive Data Streams - quick rxJava Summary

    1 project | dev.to | 28 Mar 2022
  • Notification when item add to a ListView

    1 project | /r/javahelp | 1 Nov 2021
  • Crash on update

    1 project | /r/NewPipe | 14 Oct 2021
  • Backpressure in Reactive Systems

    3 projects | dev.to | 14 Mar 2021