GitHub user dasch opened a pull request:
https://github.com/apache/avro/pull/43
AVRO-1704: Standardized format for encoding messages with Avro
This is a proof of concept implementation of
[AVRO-1704](https://issues.apache.org/jira/browse/AVRO-1704).
- The fingerprint implementation is mocked out.
- Only 64-bit fingerprints are supported.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dasch/avro dasch/message-format
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/43.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #43
----
commit 5765e59879e2c70ec2095dd666105d26e0d592fc
Author: Daniel Schierbeck <[email protected]>
Date: 2015-07-16T09:05:38Z
Add the Avro::Message format
commit f1286548ebf0e2b8ef50d604251fcfbd70137b8b
Author: Daniel Schierbeck <[email protected]>
Date: 2015-07-16T09:28:03Z
Add SchemaStore
Currently it's using a mock fingerprint implementation and only stores
64-bit fingerprints.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---