Constant.java
346 Bytes
package com.yoho.trace.utils;
/**
* Created by mingdan.ge on 2019/11/7.
*/
public interface Constant {
String KAFKA_CLICK_ANALYSIS_GROUP = "click.analysis";
String KAFKA_CLICK_SERVERS = "clickstream.ckafka.yohoops.org:9092";
String TOPIC_YOHO_LOG_MOBILE = "yoho_log_mobile";
String DRUID_KAFKA_SERVERS = "10.66.105.44:9092";
}