Alex Senger
c7f3c79ff7
#1 upgrades dependencies
2024-04-10 14:58:37 +02:00
Dario Emerson
af2db0d43f
update go-redis to v9 ( #150 )
2023-06-16 11:20:07 -07:00
Harlow Ward
6cbda0f706
Update ddb checkpoint item to use dynamodbav ( #144 )
...
Update the DynamoDB checkpoint item to use the `dynamodbav` value for marshaling.
Fixes: https://github.com/harlow/kinesis-consumer/issues/142
Minor changes:
* Update the DDB example consumer to support a local version of DDB for streamlined testing
2021-12-04 13:40:26 -08:00
Harlow Ward
61fa84eca6
Update to use aws-sdk-go-v2 ( #141 )
2021-09-21 22:00:14 -07:00
Harlow Ward
bae065cf53
Make sure gofmt run on all files
2020-07-21 20:31:38 -07:00
Harlow Ward
89db667ce5
Bump AWS SDK to v1.33.3 ( #118 )
...
* Bump AWS SDK to v1.33.3
* Bump redis version
2020-07-21 20:27:03 -07:00
Patrik Karlström
217999854b
Only initialize ddb client if none is provided ( #106 )
2020-01-17 10:02:37 -08:00
Andrew Shannon Brown
f85f25c15e
Add an in-memory checkpoint to the API ( #103 )
...
* Add an in-memory checkpoint to the API
* Rename memory to store
* Rename test package to store
2019-09-08 13:13:04 -07:00
Dimas Yudha P
a252eb38c6
Readme and linter fix ( #102 )
...
* update readme.md adding goreport
* update readme and fix issue found by linter
* update readme.md add Go badges
* update readme.md, fix go badges
2019-08-31 18:43:26 -07:00
Matias Morán Losada
71bbc397e2
An attempt to work around a gopkg.in/module error in a dependency ( #100 )
...
* An attempt to work around a gopkg.in/module error in a dependency
* replace go-sqlmock module to new source in tests
2019-08-31 13:19:23 -07:00
Patrick Moore
81a8ac4221
Allow use of existing Redis client for checkpoint store ( #96 )
2019-08-05 15:04:27 -07:00
Harlow Ward
d2cf65fa7a
Update Redis library version
...
The Redis library was pinned to an older vesion using gopkg.in.
This updates to latest version and pins w/ go mod.
https://github.com/harlow/kinesis-consumer/issues/93
2019-07-28 21:27:28 -07:00
Harlow Ward
c72f561abd
Replace Checkpoint with Store interface ( #90 )
...
As we work towards introducing consumer groups to the repository we need a more generic name for the persistence layer for storing checkpoints and leases for given shards.
* Rename `checkpoint` to `store`
2019-07-28 21:18:40 -07:00