Configuration properties
Properties for a Parquet Loading Topic are defined by name in thedlc.parquet.topics namespace,
and are picked up as configurations for the DLC.
YAML example
This configuration does not specify a target for the data or the data format.If the topic is not named the same as the store, the target must be explicitly specified in the channel of the topic.
- The target is implicitly the Atoti table named “Trades”.
- The format implicitly comes from the columns of the Atoti table.
Java configuration
ParquetTopicDescription Spring Beans are picked up as configurations for the DLC.
Java example
This configuration does not specify a target for the data or the data format.If the topic is not named the same as the store, the target must be explicitly specified in the channel of the topic.
- The target is implicitly the Atoti table named “Trades”.
- The format implicitly comes from the columns of the Atoti table.