Crates.io | sentry_arroyo |
lib.rs | sentry_arroyo |
version | 2.29.4 |
created_at | 2024-12-04 22:44:20.906065+00 |
updated_at | 2025-09-25 20:30:10.612365+00 |
description | A library for working with streaming data. |
homepage | |
repository | https://github.com/getsentry/arroyo |
max_upload_size | |
id | 1472620 |
size | 904,107 |
Arroyo
is a library to build streaming applications that consume from and produce to Kafka.
Arroyo consists of three components:
RunTask
, Filter
, Reduce
, CommitOffsets
and more.StreamProcessor
controls progress by the consumer and schedules work for execution by the strategies.All documentation is in the docs
directory. It is hosted at https://getsentry.github.io/arroyo/ and can be built locally by running make docs