fix(系统设置): 系统设置配置项中去掉mock环境的topic注入

系统设置配置项中去掉mock环境的topic注入
This commit is contained in:
song-tianyang 2023-03-17 16:50:12 +08:00 committed by 建国
parent 0e3dcfa8ed
commit 721c741f95
1 changed files with 0 additions and 8 deletions

View File

@ -31,14 +31,6 @@ public class KafkaTopicConfig {
.build();
}
@Bean
public NewTopic checkMockEnvTopic() {
return TopicBuilder.name(KafkaTopicConstants.CHECK_MOCK_ENV_TOPIC)
.partitions(partitions)
.replicas(replicas)
.build();
}
@Bean
public NewTopic platformPluginAddTopic() {
return TopicBuilder.name(KafkaTopicConstants.PLATFORM_PLUGIN)