Hello, I am using the Maven Avro plugin to create SpecificRecord classes for a bunch of entities specified in .avsc files.
I use the generated Java classes directly in a few MapStates. My state is now growing very large. I wanted to know whether there is any config or code to specify Snappy or Parquet or any other as a compression format, either by default or specifically. Thanks, Sandip