Expand description
Kinesis Firehose producer utility
Handles buffering, retries, and limits
Available flavours:
Limitations / decisions:
- Adds newlines (\n) to records on the way out
- Attempts to buffer the maximum amount (500 records)
- Will always retry requests 10 times, waiting a constant time between attempts
- Probably others
See examples for usage.
Modulesยง
- async_
producer - Async Producer
- async_
producer_ pool - A Pool of Async Producers
- error
- sync_
producer - Sync Producer