tzulitai opened a new pull request #4: URL: https://github.com/apache/flink-statefun-playground/pull/4
This example is intended as a follow-up after completion of the Java SDK Showcase Tutorial. If users are already familiar with the Java SDK fundamentals and would like to get a better understanding of how a realistic StateFun application looks like, then this would be the example they ideally start with. Otherwise, for completely new users, we would recommend users to take a look at the Showcase tutorial first. This example works with Docker Compose (the only environment requirement to get this example running), and runs a few services that build up an end-to-end StateFun application. Please see the README.md for a full description of the example, including explanations of the directory structure, how to run the example, and how users would interact with the example. ## Notable remarks See the functions service Dockerfile: https://github.com/apache/flink-statefun-playground/compare/dev...tzulitai:FLINK-21865?expand=1#diff-2f2d3a56094ea5cf1343d6b70c642e908224e8ba05f6ba7f5be8b8d9efbc71ecR20. These lines and the Java SDK jar should be removed before we release this example to `main` branch. This is only required right now because we don't have the latest SDK artifacts published to Maven central. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
