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

io.numaproj.numaflow.sink.SinkConstants Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package io.numaproj.numaflow.sink;

class SinkConstants {
    public static final String DEFAULT_SOCKET_PATH = "/var/run/numaflow/udsink.sock";

    public static final int DEFAULT_MESSAGE_SIZE = 1024 * 1024 * 4;

    public static final String SUCCESS = "SUCCESS";

    public static final String EOF = "EOF";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy