zio / zio-kafka

A Kafka client for ZIO and ZIO Streams
https://zio.dev/zio-kafka
Apache License 2.0
333 stars 134 forks source link

Allow for some auth exceptions during poll #1270

Closed erikvanoosten closed 1 week ago

erikvanoosten commented 2 weeks ago

Some brokers are sometimes too slow to authorize or authenticate a poll. This results in spurious exceptions. With this change we continue polling unless the error happens too often.

We test the change with a new type of unit test for Runloop.