You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/mq/CreatePulsarGroupTaskListener.java
+21-24
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,8 @@ public ListenerResult listen(WorkflowContext context) throws WorkflowListenerExc
83
83
log.warn("inlong stream is empty for groupId={}, skip to create pulsar subscription", groupId);
Copy file name to clipboardexpand all lines: inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/mq/CreatePulsarResourceTaskListener.java
+3-9
Original file line number
Diff line number
Diff line change
@@ -76,15 +76,9 @@ public ListenerResult listen(WorkflowContext context) throws WorkflowListenerExc
76
76
thrownewWorkflowListenerException("inlong group or pulsar cluster not found for groupId=" + groupId);
Copy file name to clipboardexpand all lines: inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/mq/CreatePulsarSubscriptionTaskListener.java
+19-21
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ public ListenerResult listen(WorkflowContext context) throws WorkflowListenerExc
Copy file name to clipboardexpand all lines: inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/mq/CreatePulsarTopicTaskListener.java
Copy file name to clipboardexpand all lines: inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/workflow/consumption/listener/ConsumptionCompleteProcessListener.java
0 commit comments