Arroyo is a Python library for working with streaming data, providing a Kafka consumer/producer abstraction with processing guarantees. Current version 2.39.2, released regularly.
pip install sentry-arroyoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal consumer example reading from Kafka.
Rename class to inherit from ProcessingStrategy and update any references.
Use 'from arroyo.backends.kafka import KafkaConsumer' instead of old path.
Implement proper commit logic in your processing loop.