Class
org.apache.pinot.plugin.inputformat.json.JSONMessageDecoder
Configuration Example
Define it in yourstreamConfig
within the table config:
Decoder Behavior
- Parses JSON strings using a fast JSON library (e.g., Jackson/Gson).
- Converts each key-value pair into Pinot column values.
- Logs and skips invalid or malformed messages.