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 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.
dkafkamust use the most efficient representation to serialize a value. For example, avoid using astringrepresentation for auint64.TODO provides a mapping ...