We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f00836 commit 3cd0290Copy full SHA for 3cd0290
proxy/src/main/java/org/apache/rocketmq/proxy/service/sysmessage/AbstractSystemMessageSyncer.java
@@ -156,10 +156,6 @@ public void start() throws Exception {
156
}
157
158
protected void createSysTopic() {
159
- if (this.adminService.topicExist(this.getBroadcastTopicName())) {
160
- return;
161
- }
162
-
163
String clusterName = this.getBroadcastTopicClusterName();
164
if (StringUtils.isEmpty(clusterName)) {
165
throw new ProxyException(ProxyExceptionCode.INTERNAL_SERVER_ERROR, "system topic cluster cannot be empty");
0 commit comments