Skip to content

[FEATURE] Support TableSchema Catalog to manage table schema (schema registry) #5230

Open
@coolderli

Description

@coolderli

Describe the feature

In Kafka and Fileset, we may need a table schema to deserialize data. We can manage the external schema registry in Gravitino.

Motivation

  • Manage the table schema in Gravitino.
  • Using SQL to read the Kafka topic or Fileset when binding the table schema to the topic or fileset.

Describe the solution

We can introduce a TableSchemaCatalog to manage the TableSchema.

We can bind a table schema such as catalog.schema.table-schema to a topic or fileset when needed. So we can get the table schema from the external schema registry. We can also add a schema registry managed by gravitino, so we can directory save the table schema to the gravitino metastore.

img_v3_02fu_4b0b7b27-c424-4a5b-a0fc-42c6fb54318l

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions