You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ab...@apache.org on 2022/03/30 23:26:07 UTC

[kafka] branch trunk updated (b2cb6ca -> 1317f3f)

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

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


    from b2cb6ca  MINOR: Move `KafkaYammerMetrics` to server-common (#11970)
     add 1317f3f  MINOR: log warning when topology override for cache size is non-zero (#11959)

No new revisions were added by this update.

Summary of changes:
 checkstyle/suppressions.xml                        |  2 +-
 .../org/apache/kafka/streams/KafkaStreams.java     |  7 ++-
 .../org/apache/kafka/streams/StreamsConfig.java    | 23 --------
 .../org/apache/kafka/streams/TopologyConfig.java   | 62 +++++++++++++--------
 .../streams/internals/StreamsConfigUtils.java      | 31 +++++++++++
 .../org/apache/kafka/streams/KafkaStreamsTest.java | 25 +++++++++
 .../apache/kafka/streams/StreamsConfigTest.java    |  9 +--
 .../integration/AdjustStreamThreadCountTest.java   | 65 ++--------------------
 .../apache/kafka/streams/TopologyTestDriver.java   |  3 +-
 9 files changed, 114 insertions(+), 113 deletions(-)