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

Support Topic ID's #17

Open
chris-giblin opened this issue May 6, 2022 · 0 comments
Open

Support Topic ID's #17

chris-giblin opened this issue May 6, 2022 · 0 comments

Comments

@chris-giblin
Copy link
Contributor

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant