Adapter Properties Files Override Support / GGS Big Data Replicat
I am trying to find out whether adapter properties files support settings overrides. I can see two possibilities.
- The properties file can reference a base (or default) properties file from which it acquires all default settings. Then it additionally supplies a handful of override settings.
- The replicat parameter file (*.prm), which currently references the adapter properties file, could also support specifying a handful of override settings there (w.r.t. the adapter properties file settings).
As an example, imagine the adapter properties file has the following setting (among many others) which works for most use cases.
gg.handler.kafkahandler.topicMappingTemplate=data-cdc-${toLowerCase[${tableName}]}-01