/avropatch

Avro implementation of a PATCH payload as defined for JSON in RFC 6902.

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status Code Coverage

avropatch

Avro implementation of a PATCH payload as defined for JSON in RFC 6902.

Avropatch is a lightweight implementation of a PATCH change set which is serializable by Avro and compatible to the JSON objects defined by RFC 6902. Since it consists of a sequence of operations expressing partial updates to an object it may be used to avoid sending the whole object when only a part of it has changed.