You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/05/17 10:25:01 UTC

[GitHub] [kafka] jlprat commented on a change in pull request #10710: KAFKA-12796: Removal of deprecated classes under `streams-scala`

jlprat commented on a change in pull request #10710:
URL: https://github.com/apache/kafka/pull/10710#discussion_r633413175



##########
File path: streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/KTable.scala
##########
@@ -304,7 +304,7 @@ class KTable[K, V](val inner: KTableJ[K, V]) {
     new KStream(inner.toStream[KR](mapper.asKeyValueMapper, named))
 
   /**
-   * Suppress some updates from this changelog stream, determined by the supplied [[Suppressed]] configuration.
+   * Suppress some updates from this changelog stream, determined by the supplied [[org.apache.kafka.streams.kstream.Suppressed]] configuration.

Review comment:
       Use the right non-deprecated class




-- 
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:
users@infra.apache.org