getsentry / arroyo

A library to build streaming applications that consume from and produce to Kafka.
https://getsentry.github.io/arroyo/
Apache License 2.0
39 stars 6 forks source link

feat: make default auto.offset.reset earliest #349

Closed lynnagara closed 2 months ago

lynnagara commented 2 months ago

error is undesirable most of the time and is not a good default. it can cause downtime when doing things like scaling partitions as the new partitions will error thus crashlooping the consumer. this happened in inc-702