edu.asu.diging.gilesecosystem.kafka.util.service.Properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of giles-eco-kafka-util Show documentation
Show all versions of giles-eco-kafka-util Show documentation
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";
}