talariadb / talaria

TalariaDB is a distributed, highly available, and low latency time-series database for Presto
MIT License
216 stars 31 forks source link

Talaria config is not live loaded #89

Open atlas-comstock opened 2 years ago

atlas-comstock commented 2 years ago

The config was designed to be live-loaded. However, it is a local variable inside the main function here

kelindar commented 2 years ago

Indeed, we should propagate this function instead of retrieving the value once.

tardunge commented 2 years ago

+1. Can be handy to have filters and encoders defined dynamically for sinks.