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

fhueske pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink-playgrounds.git.


    from b575647  [hotfix] Update URL in ops playground README.md to Flink 1.9 
docs.
     new 41acc3b  [FLINK-14160] Add --backpressure option to the 
ClickEventCount job in the operations playground
     new 5b93147  [hotfix] Improve .gitignore

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  6 +--
 .../java/flink-playground-clickcountjob/pom.xml    |  2 +-
 .../ops/clickcount/ClickEventCount.java            | 25 ++++++++++--
 .../ops/clickcount/functions/BackpressureMap.java  | 46 ++++++++++++++++++++++
 operations-playground/docker-compose.yaml          |  4 +-
 5 files changed, 74 insertions(+), 9 deletions(-)
 create mode 100644 
docker/ops-playground-image/java/flink-playground-clickcountjob/src/main/java/org/apache/flink/playgrounds/ops/clickcount/functions/BackpressureMap.java

Reply via email to