Tuple Loading Topics cannot be defined via configuration properties.
Java configuration
TupleTopicDescription Spring Beans are picked up as configuration 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 (column order of the tuples and how input fields are parsed) implicitly comes from the columns and types of the targeted Atoti table, in this case “Trades”.