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 2020/12/29 21:10:06 UTC

[GitHub] [kafka] mjsax commented on pull request #9107: KAFKA-5488: Add type-safe split() operator

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


   To make the build pass, for now, it should be sufficient to just deprecate the method via `@nowarn("cat=deprecation")` -- But it seems we should update the Scala API, too. If you cannot handle it, we can do a follow up PR.
   
   It seems, we need to add `split()` to `KStream.scala` and introduce a new `BranchedKStream.scala` and `Branch.scala` classes and maybe some translations from Java `Consumer`/`Function` to their Scala variants. But I also don't really now Scala; @vvcephei should nkow better.


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