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

io.numaproj.numaflow.sinker.Constants Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.numaproj.numaflow.sinker;

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

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

    public static final String EOF = "EOF";

    public static final String SUCCESS = "SUCCESS";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy