harlow / kinesis-consumer

Golang library for consuming Kinesis stream data
MIT License
264 stars 90 forks source link

Allow use of existing Redis client for checkpoint store #96

Closed moorepatrick closed 5 years ago

moorepatrick commented 5 years ago

This PR allows using an existing client with the Redis checkpoint store.

harlow commented 5 years ago

Looks great, thanks for the PR 👍