Clients pooler for AWS Kinesis and Firehose
- https://github.com/gallir/smart-relayer/ - A light and smart cache proxy in Golang that reduces latency in client applications
fh := firehosePool.New(firehosePool.Config{
StreamName: "mystream",
MaxWorkers: 10,
})
fh.C <- []byte("This a test message")