You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
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 astring
representation for auint64
.TODO provides a mapping ...
The text was updated successfully, but these errors were encountered: