DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Introduce a new java interface
org.apache.kafka.tools.api.Decoderto replace scala trait kafka.serializer.Decoder - deprecate all "class names" of kafka.serializer.Decoder implementations. That includes
kafka.serializer.DefaultDecoder,kafka.serializer.StringDecoder,kafka.serializer.LongDecoder, andkafka.serializer.IntegerDecoderÂ
...