You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "José Armando García Sancio (Jira)" <ji...@apache.org> on 2023/03/30 17:19:00 UTC

[jira] [Created] (KAFKA-14872) Auto-generate full (de)serializers for log control records

José Armando García Sancio created KAFKA-14872:
--------------------------------------------------

             Summary: Auto-generate full (de)serializers for log control records
                 Key: KAFKA-14872
                 URL: https://issues.apache.org/jira/browse/KAFKA-14872
             Project: Kafka
          Issue Type: Improvement
          Components: log
            Reporter: José Armando García Sancio
            Assignee: José Armando García Sancio


At the moment the (de)serializer log control records is somewhat inconsistent. Some control record values are manually encoded and decoded while some control record values use the "Kafka data" generators.

The control record key is always manually (de)serialized.

We should be able to unify this code by introducing a new type ({{{}"type": "control"){}}} for the generator.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)