All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zalando.spring.boot.nakadi.config.StreamParametersConfig Maven / Gradle / Ivy

There is a newer version: 0.0.18
Show newest version
package org.zalando.spring.boot.nakadi.config;

import lombok.Data;

@Data
public class StreamParametersConfig {
    private Integer batchLimit;
    private Integer streamLimit;
    private Integer batchFlushTimeout;
    private Integer streamTimeout;
    private Integer streamKeepAliveLimit;

    // Only used in the subscription api
    private Integer maxUncommittedEvents;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy