Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Support Topic ID's #17

Description

@chris-giblin

Kafka 2.8 introduced Topic ID's (KIP 516). Since Kafka 3.1.0, FETCH requests use topic IDs instead of topic names.

The current implementation of topic encryption uses string-matching to identify topic partitions in Kafka messages. This needs to be extended to recognize topics based on topic ID.

This presumably means:

  1. Message handling must recognize both topic names and topic id's.
  2. The topic encryption service must maintain topic metadata for all topics in order to efficiently map topic id's to names.
  3. Encryption policy could be specified with topic names or IDs.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions