You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very interesting project.
Would you be able to share an example of pointer to code in avro which does schema analysis and slower and how you hand rolled a de-serializer ?
For FastSerdeCache cache = new FastSerdeCache(compileClassPath); when and why do i need to set this ?
Do i need to set this ? on reading the blog i thought class generation happens on demand ? Is there a way to enable some static time compilation for cases where i know already the schema i am trying to de-serialize ?
How to check if the class is generated and compiled and observe in some stacktrace that the more efficient de-serializer is being invoked ?
The text was updated successfully, but these errors were encountered:
patelprateek
changed the title
Example usage
Example usage of the efficient deserializer
Mar 27, 2023
Very interesting project.
Would you be able to share an example of pointer to code in avro which does schema analysis and slower and how you hand rolled a de-serializer ?
For
FastSerdeCache cache = new FastSerdeCache(compileClassPath);
when and why do i need to set this ?Do i need to set this ? on reading the blog i thought class generation happens on demand ? Is there a way to enable some static time compilation for cases where i know already the schema i am trying to de-serialize ?
How to check if the class is generated and compiled and observe in some stacktrace that the more efficient de-serializer is being invoked ?
The text was updated successfully, but these errors were encountered: