Bulk import data into Value entity

Hi there,
I have a use-case where I need to populate some reference data (in a value entity) which some other event sourced entities will be using. My question is: if I want to bulk-import the data in a value entity, is there any Kalix utility or tool for achieving this OR I need to write a client code to add/update data in my value entity?

Please advise.
Thanks!

Hi @rushi,

There is a seamless integration with Apache Kafka or Google Pub/Sub via a Subscription mechanism. If you have a different source then yes, at this point, you would need to write a client yourself.

Hi @aludwiko ,
Thanks for your response. Sure, we’ll need to create a client for bulk upload then.