acktsap opened a new pull request, #22700: URL: https://github.com/apache/kafka/pull/22700
SerializationException is currently documented as applying to producer serialization only, but Kafka also uses it for deserialization failures. For example, RecordDeserializationException extends SerializationException, and built-in deserializers such as BooleanDeserializer throw SerializationException for invalid input. This updates the Javadoc to describe both serialization and deserialization failures. No behavior is changed. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
