You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Greg Harris (Jira)" <ji...@apache.org> on 2022/11/30 22:20:00 UTC

[jira] [Created] (KAFKA-14429) Move OffsetStorageReader from storage package to source package

Greg Harris created KAFKA-14429:
-----------------------------------

             Summary: Move OffsetStorageReader from storage package to source package
                 Key: KAFKA-14429
                 URL: https://issues.apache.org/jira/browse/KAFKA-14429
             Project: Kafka
          Issue Type: Task
            Reporter: Greg Harris


The OffsetStorageReader is an interface provided to source connectors. This does not fit with the broader context of the `storage` package, which is focused on sink/source-agnostic converters and serialization/deserialization.

The current interface should be deprecated and extend from the relocated interface in a different package.



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