You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2020/10/19 20:30:14 UTC

[kafka] branch trunk updated (fd71e13 -> 659b05f)

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

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


    from fd71e13  MINOR: Fixed comment to refer to UpdateMetadataPartitionState rather than UpdateMetadataTopicState. (#9447)
     add 659b05f  KAFKA-10605: Deprecate old PAPI registration methods (#9448)

No new revisions were added by this update.

Summary of changes:
 .../examples/wordcount/WordCountProcessorDemo.java | 32 ++++++++++----------
 .../examples/wordcount/WordCountProcessorTest.java | 34 +++++++++++-----------
 .../java/org/apache/kafka/streams/Topology.java    |  6 ++++
 .../apache/kafka/streams/TopologyDescription.java  |  2 +-
 .../org/apache/kafka/streams/KafkaStreamsTest.java |  1 +
 .../org/apache/kafka/streams/TopologyTest.java     |  2 ++
 .../processor/internals/ProcessorTopologyTest.java |  7 +++++
 7 files changed, 49 insertions(+), 35 deletions(-)