winedepot / pinot

Apache Pinot (Incubating) - A realtime distributed OLAP datastore
https://pinot.apache.org
Apache License 2.0
1 stars 0 forks source link

Adding simple avro msg decoder which imports avro schema from table config. #1

Closed xiangfu0 closed 5 years ago

xiangfu0 commented 5 years ago

Adding a simple avro msg decoder which will directly read avro schema from table config. This is a simple workaround for any user who have avro encoded msg in kafka but not yet setup a schema service to fetch schema on the fly.