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

com.jeesuite.kafka.utils.KafkaConst Maven / Gradle / Ivy

There is a newer version: 1.3.6
Show newest version
/**
 * 
 */
package com.jeesuite.kafka.utils;

/**
 * 常量定义
 * @description 
* @author vakin * @date 2016年5月1日 */ public class KafkaConst { public final static String HEARTBEAT_TOPIC = "_kafka_heartBeat"; public final static String ZK_CONSUMER_PATH = "/consumers/"; public final static String ZK_PRODUCER_STAT_PATH = "/producers/statistics"; public final static String PROP_PROCESS_THREADS = "consumer.default.process.threads"; public final static String COMMAND_GET_STATISTICS = "get_statistics"; public final static String PROP_MONITOR_ENABLE = "kafka.monitor.enable"; public final static String PROP_TOPIC_LAT_THRESHOLD = "topic.lat.threshold"; public final static String PROP_ENV_ROUTE = "topic.route.env"; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy