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

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


    from 5d636ae  [hotfix] Update URL in ops playground README.md to Flink 
master docs.
     new 1c7c254  [FLINK-14160] Add --backpressure option to the 
ClickEventCount job in the operations playground
     new 00db5d0  [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