Is it possible to trigger a function in a flink job? -


i have flink streaming job stateful public class limitevaluationmapfunction implements mapfunction.

this class has hashmap private map<string, metriccheck> checkmap stores records database lazy loading. (loads record database in message arrives key not in map).

is possible trigger cleanup on map without restarting flink job?

in general possible send user triggers flink functions?


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -