Re: Stateful functions - egress question

2021-12-09 Thread Gigio Topo
Hi, Following your indications, it makes totally sense to use Kafka as egress and add a stateless bulk importer on top of that. Thanks for the clarification. M. > Unfortunately we don't support remote egress right now. If you really want to > avoid embed modules, > and you are using Kafka/

Re: Stateful functions - egress question

2021-12-08 Thread Igal Shilman
Hello, Glad to hear that you've successfully deployed a remote function with StateFun :-) It's not clear to me if the only way to deploy a custom egress is to use > and embedded module because documentation states: Indeed currently the only way to define a custom egress is by writing an embedde

Stateful functions - egress question

2021-12-08 Thread Gigio Topo
Hi, I successfully created a Stateful function F that transforms incoming objects and writes them on a relational database. Function F is deployed as remote module. Everything looks fine. Now, I want to split responsibilities by introducing an custom Egress E for the database while I refactor