hi guys, I am trying use samza for realtime process. I need to join stream with a userid-db. How can I import initial data from other place into kv store?
>From the document, I can imagine how to build the userid-db from empty by consuming log stream. But in my case, I have historical userid-db data, and I don't want to process long history log to build the userid-db from empty. So I need to import userid-db from my old batch processing system. any reply is appreciated, thanks in advance. -- 李斯宁