tree: 0c7c02b78f69cce10f440774ac251a91dad3056c [path history] [tgz]
  1. META-INF/
  2. src/
  3. docker-entrypoint.sh
  4. Dockerfile
  5. pom.xml
  6. README.md
playground-internal/statefun-playground-entrypoint/README.md

Stateful Functions Playground Entrypoint

A simple Stateful Functions entrypoint that runs Stateful Functions within a single process.

Configuring a module.yaml

Per default the LocalEnvironmentEntrypoint expects a module.yaml to be on the classpath. Alternatively, one can provide a different location via --module file://<PATH>.

Configuring the Flink Runtime

One can configure the underlying Flink runtime via --set <CONFIG_OPTION>=<CONFIG_VALUE>.