Where would be the right place to run some functio...
# ktor
l
Where would be the right place to run some functions (in my case, happens to be querying a kafka stream) in order to stuff some data into memory when ktor application starts up? Is
environment.monitor.subscribe(ApplicationStarted) { }
the right place to do this or nah?
e
Hey @Levi, yep!