mjsax commented on a change in pull request #8679: URL: https://github.com/apache/kafka/pull/8679#discussion_r426211984
########## File path: streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/KStream.scala ########## @@ -218,7 +218,7 @@ class KStream[K, V](val inner: KStreamJ[K, V]) { * import Serdes._ * * //.. - * val clicksPerRegion: KTable[String, Long] = //.. + * val clicksPerRegion: KStream[String, Long] = //.. Review comment: There is no `KTable#through()` method. ---------------------------------------------------------------- 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: us...@infra.apache.org