You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2022/02/07 15:50:26 UTC

[flink-statefun-playground] branch dev updated (0c6b53d -> d6f6da3)

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/flink-statefun-playground.git.


    from 0c6b53d  [hotfix] typo backquote
     add 66b8cd0  [FLINK-25935] Add LocalEnvironmentEntrypoint
     add 5f08291  [FLINK-25934] Use apache/flink-statefun-playground image in docker-compose.ymls
     add 726911f  [FLINK-25934] Replace Kafka image with Redpanda
     add d6f6da3  [FLINK-25934] Reduce Statefun's memory consumption to 300mb

No new revisions were added by this update.

Summary of changes:
 go/greeter/README.md                               |  14 +--
 go/greeter/docker-compose.yml                      |  56 ++++-------
 go/showcase/docker-compose.yml                     |  54 ++++------
 java/connected-components/README.md                |   5 +-
 java/connected-components/docker-compose.yml       |  63 ++++--------
 java/greeter/README.md                             |   5 +-
 java/greeter/docker-compose.yml                    |  63 ++++--------
 java/shopping-cart/README.md                       |   2 +-
 java/shopping-cart/docker-compose.yml              |  59 ++++-------
 javascript/greeter/README.md                       |  14 +--
 javascript/greeter/docker-compose.yml              |  56 ++++-------
 javascript/showcase/docker-compose.yml             |  54 ++++------
 .../statefun-playground-entrypoint}/Dockerfile     |   9 +-
 .../statefun-playground-entrypoint/README.md       |  12 +++
 .../docker-entrypoint.sh                           |  10 ++
 .../statefun-playground-entrypoint}/pom.xml        | 111 +++++++++++----------
 .../entrypoint/ClassPathUniverseProvider.java      |  40 ++++++++
 .../entrypoint/ConfigurationValidator.java         |  85 ++++++++++++++++
 .../entrypoint/LocalEnvironmentEntrypoint.java     | 108 ++++++++++++++++++++
 .../src/main/resources/log4j.properties            |  22 +---
 python/greeter/README.md                           |  14 +--
 python/greeter/docker-compose.yml                  |  56 ++++-------
 python/showcase/docker-compose.yml                 |  54 ++++------
 23 files changed, 517 insertions(+), 449 deletions(-)
 copy {java/connected-components => playground-internal/statefun-playground-entrypoint}/Dockerfile (81%)
 create mode 100644 playground-internal/statefun-playground-entrypoint/README.md
 create mode 100644 playground-internal/statefun-playground-entrypoint/docker-entrypoint.sh
 copy {java/greeter => playground-internal/statefun-playground-entrypoint}/pom.xml (51%)
 create mode 100644 playground-internal/statefun-playground-entrypoint/src/main/java/org/apache/flink/statefun/playground/internal/entrypoint/ClassPathUniverseProvider.java
 create mode 100644 playground-internal/statefun-playground-entrypoint/src/main/java/org/apache/flink/statefun/playground/internal/entrypoint/ConfigurationValidator.java
 create mode 100644 playground-internal/statefun-playground-entrypoint/src/main/java/org/apache/flink/statefun/playground/internal/entrypoint/LocalEnvironmentEntrypoint.java
 copy go/greeter/Dockerfile => playground-internal/statefun-playground-entrypoint/src/main/resources/log4j.properties (76%)