Hi, Ganesh. Can you take a look if the cache strategy in jdbc lookup table can meet your requirement?
[1] https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/connectors/table/jdbc/#lookup-cache -- Best! Xuyang At 2024-07-02 03:35:41, "Ganesh Walse" <ganesh.wa...@gmail.com> wrote: Hi All, My prerequisite for datastream is to cache 25-30 table data into the some java collection and use them later while processing the stream. Right now I am just writing select queries and using jdbc api storing those results in java collection and filtering data as per need. Do you have any best way to cache those tables. Thank you in advance Thanks, Ganesh Walse