dajac commented on code in PR #18749:
URL: https://github.com/apache/kafka/pull/18749#discussion_r1935311563


##########
coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/Deserializer.java:
##########
@@ -24,6 +24,42 @@
  * @param <T> The record type.
  */
 public interface Deserializer<T> {
+    /**
+     * UnknownRecordTypeException is thrown when the Deserializer encounters
+     * an unknown record type.
+     */
+    class UnknownRecordTypeException extends RuntimeException {

Review Comment:
   I just moved this one from the Loader to here.



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

Reply via email to