StreamParameters |
StreamParameters.withBatchFlushTimeout(int batchFlushTimeout) |
Maximum time in seconds to wait for the flushing of each chunk (per partition).
|
StreamParameters |
StreamParameters.withBatchLimit(int batchLimit) |
Maximum number of Events in each chunk (and therefore per partition) of the stream.
|
StreamParameters |
StreamParameters.withCommitTimeout(int commitTimeout) |
Maximum amount of seconds that nakadi will be waiting for commit after sending a batch to a client.
|
StreamParameters |
StreamParameters.withMaxUncommittedEvents(int maxUncommittedEvents) |
|
StreamParameters |
StreamParameters.withStreamKeepAliveLimit(int streamKeepAliveLimit) |
Maximum number of empty keep alive batches to get in a row before closing the connection.
|
StreamParameters |
StreamParameters.withStreamLimit(int streamLimit) |
Maximum number of Events in this stream (over all partitions being streamed in this connection).
|
StreamParameters |
StreamParameters.withStreamTimeout(int streamTimeout) |
Maximum time in seconds a stream will live before connection is closed by the server.
|