Workers pooler for Amazon Data Firehose with buffering, timers flushing and limits c 6DC5 ontrol.
- https://github.com/gallir/smart-relayer/ - A light and smart cache proxy in Golang that reduces latency in client applications
fh, err := firehosePool.New(firehosePool.Config{
StreamName: "mystream",
MaxWorkers: 10,
})
fh.C <- []byte("This a test message")