LMnet opened a new pull request #8955:
URL: https://github.com/apache/kafka/pull/8955


   Implementation of a solution for KIP-616.
   
   Wildcard import of the old `org.apache.kafka.streams.scala.Serdes` leads
   to a name clash because some of implicits has the same names as types
   from the scala's std lib. New
   `org.apache.kafka.streams.scala.serialization.Serdes` is the same as old
   `Serdes`, but without name clashes. The old one was marked as deprecated.
   
   Also, missing serdes for `UUID`, `ByteBuffer` and `Short` types are present 
in
   the new `Serdes`.
   


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