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

io.castled.constants.KafkaApplicationConstants Maven / Gradle / Ivy

package io.castled.constants;

public class KafkaApplicationConstants {

    public static final String PIPELINE_EVENTS_CONSUMER_GRP = "pipeline_events_grp";
    public static final String PIPELINE_EVENTS_TOPIC = "pipeline_events";

    public static final String CASTLED_EVENTS_CONSUMER_GRP = "castled_events_grp";
    public static final String CASTLED_EVENTS_TOPIC = "castled_events";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy