Last active
May 19, 2018 19:09
-
-
Save joan38/5f4756eec735534eb708dd153936594e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| implicit class KStreamOps[K, V](stream: KStreamS[K, V]) { | |
| def toTopic(implicit record: Record[K, V], produced: Produced[K, V]) = stream.to(record.topic) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment