mjsax commented on a change in pull request #8771:
URL: https://github.com/apache/kafka/pull/8771#discussion_r433563327



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/ForwardingDisabledProcessorContext.java
##########
@@ -40,6 +40,10 @@
 public final class ForwardingDisabledProcessorContext implements 
ProcessorContext {
     private final ProcessorContext delegate;
 
+    private String explanation = "ProcessorContext#forward() is not supported 
from this context, "

Review comment:
       I think this should be `final` and maybe also `static` ?




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