Re: HTTP REST API as Ingress/Egress

2022-05-19 Thread Austin Cawley-Edwards
Hi Himanshu, Unfortunately, this is not supported by Statefun, though this type of application should not be too difficult to using something like the Kafka Request/Reply pattern[1], and putting that in front of a Statefun cluster. Best, Austin [1]: https://dzone.com/articles/synchronous-kafka-u

Re: HTTP REST API as Ingress/Egress

2022-05-19 Thread Himanshu Sareen
Hi All, It will be of great help if someone can share views. As per application design. Synchronous access to a stateful fucntion. 1. Application will access/invoke a stateful function via a HTTP call. 2. Application will wait for an response. 3. Once Stateful function completes the ex