Skip to content

gabrielperezs/streamspooler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamspooler

Clients pooler for AWS Kinesis and Firehose

Project that us using this package

Example for Firehose

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

About

Clients pooler for AWS Kinesis and Firehose

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages