Commit 6e43c6af by 魏建枢

提交枚举

parent 8775513f
...@@ -37,6 +37,7 @@ public class CommonConsumeBaseProcessor implements JobProcessor{ ...@@ -37,6 +37,7 @@ public class CommonConsumeBaseProcessor implements JobProcessor{
TopicTypeEnum.OPEN_SIMI_API, TopicTypeEnum.OPEN_SIMI_API,
TopicTypeEnum.ODS_EXCEPTION_EVENT_TOPIC, TopicTypeEnum.ODS_EXCEPTION_EVENT_TOPIC,
TopicTypeEnum.ODS_COLLECT_USER_BEHAVIOR, TopicTypeEnum.ODS_COLLECT_USER_BEHAVIOR,
TopicTypeEnum.SPIDER,
}).map(TopicTypeEnum::createKafkaTopic) }).map(TopicTypeEnum::createKafkaTopic)
.collect(Collectors.toList()); .collect(Collectors.toList());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment