vmware / vmware-go-kcl-v2

vmware-go-kcl is a vmware originated open-source project for AWS Kinesis Client Library in Go. It has been widely used by many external companies and internally by Carbon Black. vmware-go-kcl-v2 is its companion project by utilizing AWS Go SDK V2 which introduces lots of breaking changes. To keep the repo clean, it is better to have a separated repo vmware-go-kcl-v2 with better golang project structure improvement.
MIT License
23 stars 17 forks source link

steal multiple shards per eventLoop #55

Open theryangeary opened 1 month ago

theryangeary commented 1 month ago

allow stealing multiple shards per eventLoop, this causes a new box coming up to acquire shards much faster which for my usecase seems to allow lower lag when doing a rolling deploy. based on https://github.com/vmware/vmware-go-kcl-v2/issues/14

Signed-off-by: Ryan Geary rgeary@lyft.com

vmwclabot commented 1 month ago

@theryangeary, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.