Update godoc for allgroup description
This commit is contained in:
parent
ed40b5d9b4
commit
3a98baa012
1 changed files with 3 additions and 2 deletions
|
|
@ -21,8 +21,9 @@ func NewAllGroup(ksis kinesisiface.KinesisAPI, store Store, streamName string, l
|
|||
}
|
||||
}
|
||||
|
||||
// AllGroup caches a local list of the shards we are already processing
|
||||
// and routinely polls the stream looking for new shards to process
|
||||
// AllGroup is used to consume all shards from a single consumer. It
|
||||
// caches a local list of the shards we are already processing
|
||||
// and routinely polls the stream looking for new shards to process.
|
||||
type AllGroup struct {
|
||||
ksis kinesisiface.KinesisAPI
|
||||
streamName string
|
||||
|
|
|
|||
Loading…
Reference in a new issue