You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2021/05/19 23:04:52 UTC

[kafka] branch trunk updated (476eccb -> 0af3773)

This is an automated email from the ASF dual-hosted git repository.

mjsax pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 476eccb  KAFKA-12815: Preserve context for KTable.transformValues when getting value from upstream state store (#10720)
     add 0af3773  KAFKA-12813: Remove deprecated schedule method in ProcessorContext (#10730)

No new revisions were added by this update.

Summary of changes:
 .../kafka/streams/processor/ProcessorContext.java  | 37 ----------------------
 .../ForwardingDisabledProcessorContext.java        |  8 -----
 .../internals/GlobalProcessorContextImpl.java      |  9 ------
 .../processor/internals/ProcessorContextImpl.java  | 18 +++--------
 .../internals/StoreToProcessorContextAdapter.java  |  6 ----
 .../internals/AbstractProcessorContextTest.java    |  8 -----
 .../internals/GlobalProcessorContextImplTest.java  |  6 ----
 .../internals/ProcessorContextImplTest.java        | 10 ------
 .../StoreToProcessorContextAdapterTest.java        |  6 ----
 .../kafka/test/InternalMockProcessorContext.java   |  6 ----
 .../apache/kafka/test/NoOpProcessorContext.java    |  8 -----
 .../streams/processor/MockProcessorContext.java    | 18 ++++-------
 12 files changed, 12 insertions(+), 128 deletions(-)