influxdata / rskafka

A minimal Rust client for Apache Kafka
Apache License 2.0
286 stars 30 forks source link

refactor: Clientbuilder accept backoffconfig #213

Closed toondaey closed 11 months ago

toondaey commented 11 months ago

Describe your proposed changes here.

This changes will allow users to configure backoff/retry to their liking. This is also one of a 2 part changes (other still in progress) in an attempt to also allow a form of termination and not try forever especially without informing the user of the progress.

crepererum commented 11 months ago

Thank you.