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

Avro Logical types #3

Open
romain-gilles-ultra opened this issue Mar 19, 2021 · 0 comments
Open

Avro Logical types #3

romain-gilles-ultra opened this issue Mar 19, 2021 · 0 comments

Comments

@romain-gilles-ultra
Copy link
Contributor

The blockchain can represent content that has no direct mapping to the primitive type provided by Avro like uint64.
There is an additional feature in Avro to encode advanced types it is called Logical Types.

dkafka must use the most efficient representation to serialize a value. For example, avoid using a string representation for a uint64.

TODO provides a mapping ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant