Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to create MetadataCache with custom serde #10543

Merged
merged 1 commit into from
May 12, 2021

Conversation

merlimat
Copy link
Contributor

Motivation

While the majority of MetadataCache usages are with JSON, there is the need to allow for custom serde for cases in which we need to cache Protobuf metadata.

Also, added MetadatCache.getWithStat() so that a user can still use the cache (and the serde) while accessing the underlying version of the data.

@merlimat merlimat added the type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages label May 11, 2021
@merlimat merlimat added this to the 2.8.0 milestone May 11, 2021
@merlimat merlimat self-assigned this May 11, 2021
@merlimat merlimat merged commit a270d0b into apache:master May 12, 2021
@merlimat merlimat deleted the schema-storage branch May 12, 2021 04:03
Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants