elodina / go-avro

Apache Avro for Golang
http://elodina.github.io/go-avro/
Apache License 2.0
129 stars 55 forks source link

Generating a 64-bit Rabin Fingerprint (as recommended in the Avro * spec) of a byte string #58

Open astrekalova opened 8 years ago

astrekalova commented 8 years ago

Avro specification contains description of generating schema fingerprints. Is this functionality supported at all in the goavro package?

serejja commented 8 years ago

Hi @astrekalova

64-bit Rabin Fingerprint is not implemented in this repo and I actually don't see where we would use it here. If you can clarify what improvements we could do implementing this we could discuss some improvements/changes.

Thanks!