getsentry / arroyo

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

feat: Add supported configuration #285

Closed lynnagara closed 1 year ago

lynnagara commented 1 year ago

Add max.poll.interval.ms and session.timeout.ms. These allows for easier configuration of these settings.

Honestly not sure if this is even useful and we should drop this "validation" instead

lynnagara commented 1 year ago

On second thoughts, kinda want to delete this all