类 KafkaUtil
java.lang.Object
io.github.wooenrico.kafka.KafkaUtil
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Properties
mergeProperties
(Properties common, Properties specific) static ThreadPoolExecutor
static ThreadPoolExecutor
newThreadPoolExecutor
(ExecutorConf executorConf, ThreadFactory threadFactory) static ThreadPoolExecutor
newThreadPoolExecutor
(String name, ExecutorConsumerProperties consumerProperties)
-
构造器详细资料
-
KafkaUtil
public KafkaUtil()
-
-
方法详细资料
-
mergeProperties
-
newThreadPoolExecutor
public static ThreadPoolExecutor newThreadPoolExecutor(ExecutorConf executorConf, ThreadFactory threadFactory) -
newThreadPoolExecutor
public static ThreadPoolExecutor newThreadPoolExecutor(String name, ExecutorConsumerProperties consumerProperties) -
newSingleThreadPoolExecutor
-