kafka
kafka copied to clipboard
KAFKA-12823 Remove Deprecated method KStream#through
Removed the deprecated through method
The method through in Java and Scala class KStream was deprecated in version 2.6:
- org.apache.kafka.streams.scala.kstream.KStream#through
- org.apache.kafka.streams.kstream.KStream#through(java.lang.String)
- org.apache.kafka.streams.kstream.KStream#through(java.lang.String, org.apache.kafka.streams.kstream.Produced<K,V>)