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
James Regovich
799ccf2d40
Add support for aggregated records ( #127 )
...
Add config option for aggregated records and deaggregation on records in ScanShard
This PR adds an option to consume aggregated records.
2020-10-13 20:41:18 -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
Harlow Ward
ed40b5d9b4
Default to kinesalite when running example consumers
2019-09-02 07:25:07 -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
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
Harlow Ward
d05d6c2d5e
Update comments for exported functions
2019-07-28 10:54:01 -07:00
keperry
8493100b85
Switch to go modules ( #88 )
2019-05-06 16:05:39 -07:00