Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamspooler

Workers pooler for Amazon Data Firehose with buffering, timers flushing and limits control.

Project that is using this package

Example for Firehose

fh, err := firehosePool.New(firehosePool.Config{
		StreamName:    "mystream",
		MaxWorkers:    10,
})
fh.C <- []byte("This a test message")

About

Clients pooler for AWS Kinesis and Firehose

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages