Configuration properties
Properties for an Avro Loading Topic are defined by name in thedlc.avro.topics namespace,
and are picked up as configurations for the DLC.
YAML example
This configuration does not specify a target for the data.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 comes from the schema file specified in the configuration.
Java configuration
AvroTopicDescription Spring Beans are picked up as configurations for the DLC.
Java example
This configuration does not specify a target for the data.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 comes from the schema file specified in the configuration.