Move example consumers under cmd directory

This commit is contained in:
Harlow Ward 2019-09-02 07:36:14 -07:00
parent 1a141cfbaa
commit 3ae979bf82
13 changed files with 8 additions and 7 deletions

View file

@ -343,6 +343,14 @@ func main() {
}
```
# Examples
There are example Produder and Consumer code in `/cmd` directory. These should help give end-to-end examples of setting up consumers with different checkpoint strategies.
The examples run locally against [Kinesis Lite](https://github.com/mhart/kinesalite).
$ kinesalite
## Contributing
Please see [CONTRIBUTING.md] for more information. Thank you, [contributors]!

View file

@ -1,7 +0,0 @@
# Examples
Here are examples of Produder and Consumer code to provide guidance on how to use each of the different checkpoints.
The examples will run against [Kinesis Lite](https://github.com/mhart/kinesalite).
$ kinesalite