Ryan Skraba created AVRO-2724:
---------------------------------
Summary: Document experimental Java features
Key: AVRO-2724
URL: https://issues.apache.org/jira/browse/AVRO-2724
Project: Apache Avro
Issue Type: Task
Reporter: Ryan Skraba
Fix For: 1.9.2
There are a couple of experimental features that are new to try in Avro (Java):
*
[org.apache.avro.specific.use_custom_coders|https://github.com/apache/avro/blob/3ad0106f5fa15fbe718727016c600d14cd23294c/lang/java/avro/pom.xml#L85]
to use code-generated serialization in SpecificRecords
*
[org.apache.avro.fastread|https://github.com/apache/avro/blob/3ad0106f5fa15fbe718727016c600d14cd23294c/lang/java/avro/pom.xml#L97]
to use a different deserialization technique reusing logic constructed once
from a known schema.
These should be documented someplace (in the code at point of use, wiki page or
website?) and noted how to enable them / the risks/benefit you might encounter.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)