umustafi commented on code in PR #3825:
URL: https://github.com/apache/gobblin/pull/3825#discussion_r1427439040


##########
gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/KafkaJobStatusMonitor.java:
##########
@@ -138,7 +146,8 @@ public <V> void onRetry(Attempt<V> attempt) {
             }
           }
         }));
-        this.eventProducer = observabilityEventProducer;
+    this.eventProducer = observabilityEventProducer;
+    this.dagProcessingEngine = dagProcessingEngine;

Review Comment:
   Why are we interacting with `dagProcessingEngine`? We should be passing work 
to `newDagManager` through event bus right? Also can you clarify this in 
comment that it is being passed to newDagManager



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to