kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-12823 Remove Deprecated method KStream#through

Open ardada2468 opened this issue 1 year ago • 0 comments

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

ardada2468 avatar Aug 01 '24 06:08 ardada2468