jeqo commented on code in PR #11993:
URL: https://github.com/apache/kafka/pull/11993#discussion_r850257815


##########
streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/KStream.scala:
##########
@@ -796,6 +807,7 @@ class KStream[K, V](val inner: KStreamJ[K, V]) {
    * @return a [[KStream]] that contains records with unmodified key and new 
values (possibly of different type)
    * @see `org.apache.kafka.streams.kstream.KStream#transformValues`
    */
+  @deprecated

Review Comment:
   Got it. Params are added. I also forgot to add `processValues` to the Scala 
API. Should be there now.



-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to