This message was deleted.
# general
s
This message was deleted.
t
@Caner Kürtür - I do not see a native druid option to update the coordinator runtime.properties. The runtime.properties can be viewed under /status/properties https://druid.apache.org/docs/latest/operations/api-reference.html#process-information The dynamic config settings for the coordinator are available in HTTP for viewing or updating: https://druid.apache.org/docs/latest/configuration/index.html#dynamic-configuration Other applications allow for updates of the static config. If you would like some example let me know.
c
Thanks for reply @Tish Johnson So with that GET request /status/properties, what exactly I retrieve? Will it also contain Coordinator static properties? It is just because I would like to change it set also below configs to there: druid.coordinator.kill.on = true #turn on periodic kill tasks druid.coordinator.kill.period # how often to run kill tasks defaults to P1D Can I make a POST request updating the configs like that? And If I make the changes there and POST if possible, will Druid be able to run according to new configs automatically?