This implementation of IEmitter is used to store files from an Amazon Kinesis stream in S3. The use of this class requires the configuration of an Amazon S3 bucket/endpoint. When the buffer is full, this class's emit method adds the contents of the buffer to Amazon S3 as one file. The filename is generated from the first and last sequence numbers of the records contained in that file separated by a dash. This class requires the configuration of an Amazon S3 bucket and endpoint.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.