mjsax commented on pull request #9107:
URL: https://github.com/apache/kafka/pull/9107#issuecomment-752730961


   Maybe I miss-understood you question. I thought the build fails because we 
are using some deprecated method -- for this case, we can make the build pass 
by suppressing the warning. If you want to deprecate a method in the Scala API, 
you just add `@deprecated` similar to Java. -- I guess it makes sense to also 
deprecate the `KStream.scala#branch()` method, but suppressing the warning 
should also make the build pass and we can deprecate this method when we add 
the new `split()` 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


Reply via email to