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

SkipShardSyncAtWorkerInitializationIfLeasesExist is never used #26

Open arl opened 1 year ago

arl commented 1 year ago

Is your feature request related to a problem? Please describe.

As far as I can tell, the configuration parameter SkipShardSyncAtWorkerInitializationIfLeasesExist is never used

Describe the solution you'd like

As described in the configuration SkipShardSyncAtWorkerInitializationIfLeasesExist should be very useful to improve startup time

Describe alternatives you've considered

No response

Additional context

No response