Hey Everyone, I'm working on a project that is cur...
# random
b
Hey Everyone, I'm working on a project that is currently using Flink State to store some parameters (not hyperparamerters) for an ML model that we are running inside of Flink. Does anyone here have any suggestions or patterns on how we can expose the parameters from the running model to an external key value store? I'm not sure that Queryable state can be made to work for my use case.