Statefun 2.0 questions
Posted by
Wouter Zorgdrager on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Statefun-2-0-questions-tp34969.html
Hi all,
I've been using Flink for quite some time now and for a university project I'm planning to experiment with statefun. During the walkthrough I've run into some issues, I hope you can help me with.
1) Is it correct that the Docker image of statefun is not yet published? I couldn't find it anywhere, but was able to run it by building the image myself.
2) In the example project using the Python SDK, it uses Flask to expose a function using POST. Is there also a way to serve GET request so that you can trigger a stateful function by for instance using your browser?
3) Do you expect a lot of performance loss when using the Python SDK over Java?
Thanks in advance!
Regards,
Wouter