Move example consumers under cmd directory
This commit is contained in:
parent
1a141cfbaa
commit
3ae979bf82
13 changed files with 8 additions and 7 deletions
|
|
@ -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]!
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue