Dynamic Configuration
Last updated
Last updated
Many of the Streambased configuration properties related to indexing and Kafka sources can also be configured using specialist SQL at runtime.
The following configuration objects can be modified:
Sources
Extractors
Transformers
Aggregators
Configurations can be listed via the following syntax:
Configurations can be added or updated via the following syntax:
Where config object name
is the name of the Source/Extractor/Transformer/Aggregator you are working with and json payload
contains un-prefixed versions of the properties described . e.g.:
Configurations can be deleted via the following syntax:
Where config object name
is the name of the Source/Extractor/Transformer/Aggregator you are working with.