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

edu.asu.diging.gilesecosystem.kafka.util.service.Properties Maven / Gradle / Ivy

Go to download

Plugin for the Giles Ecoystem that provides utility classes to work and communicate with Kafka.

The newest version!
package edu.asu.diging.gilesecosystem.kafka.util.service;

public interface Properties {
    
    public final static String ZOOKEEPER_HOST = "zookeeper_host";
    public final static String ZOOKEEPER_PORT = "zookeeper_port";
    public final static String ZOOKEEPER_SERVICE_ROOT = "zookeeper_service_root";
    public final static String ZOOKEEPER_SERVICE_NAME = "zookeeper_service_name";
    
    public final static String APP_BASE_URL = "app_base_url";    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy