On the Avro Docs it is mentioned that:- to turn new approach to generating code that speeds up decoding and encoding set feature flag/system flag org.apache.avro.specific.use_custom_coders to true at runtime.(here).
Enquiring if:
- There is a way to see if this flag is successfully turned on during runtime?
- There is a way to measure the performance improvement in doing so?
I have added this system flag to my distributed enterprise application but I am not sure if it is enabled and if there is a performance improvement on doing so.