I'm trying to understand the scope of a Flink Statefun module. Let's say I have a third-party service that needs establishing a connection first (e.g. credential. that takes a long time) And after that, I can interact with it.
I'm trying to understand the scope of a Statfun module and if I should create that connection for all of my functions or if I can create that per module.