/streamspooler

Clients pooler for AWS Kinesis and Firehose

Primary LanguageGoMIT LicenseMIT

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")