streambed / streambed-rs

Event driven services toolkit
Apache License 2.0
31 stars 5 forks source link

Include retries and offset retrieval #5

Closed huntc closed 1 year ago

huntc commented 1 year ago

Streambed components for the commit log and secret store now manage their respective connections entirely, including an exponential backoff mechanism. Prior to this PR, only one function of the commit log managed the connection.

In addition, a new offsets method is provided to obtain the offsets given a topic and partition. Conforms to the Kafka REST API.