wcarlson5 commented on a change in pull request #9487:
URL: https://github.com/apache/kafka/pull/9487#discussion_r518842747



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java
##########
@@ -282,6 +283,17 @@ public boolean isRunning() {
     private final Admin adminClient;
     private final InternalTopologyBuilder builder;
 
+    private Handler streamsUncaughtExceptionHandler;
+    private ShutdownErrorHook shutdownErrorHook;
+    private AtomicInteger assignmentErrorCode;
+    public interface ShutdownErrorHook {
+        void shutdown();
+    }

Review comment:
       Yes we can




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to