mirror of https://github.com/apache/kafka.git
MINOR: Update TupleForwarder comment (#4414)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
This commit is contained in:
parent
67803384d9
commit
e7905fc7c3
|
|
@ -23,7 +23,8 @@ import org.apache.kafka.streams.state.internals.WrappedStateStore;
|
|||
|
||||
/**
|
||||
* This class is used to determine if a processor should forward values to child nodes.
|
||||
* Forwarding only occurs when caching is not enabled.
|
||||
* Forwarding by this class only occurs when caching is not enabled. If caching is enabled,
|
||||
* forwarding occurs in the flush listener when the cached store flushes.
|
||||
*
|
||||
* @param <K>
|
||||
* @param <V>
|
||||
|
|
|
|||
Loading…
Reference in New Issue