From bf55902a12b1f226db4db402f319b9d5b086cb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 23 Nov 2021 13:53:34 +0100 Subject: [PATCH] Add message on deprecated content --- execution/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/execution/README.md b/execution/README.md index eb6ade9f2..c12eff782 100644 --- a/execution/README.md +++ b/execution/README.md @@ -1,13 +1,13 @@ # Theodolite Execution Framework +**Please note: Most of the content in this directory is deprecated. Please refer to the `helm` directory for installing the latest version of Theodolite.** + This directory contains the Theodolite framework for executing scalability benchmarks in a Kubernetes cluster. As Theodolite aims for executing benchmarks in realistic execution environments, some third-party components are [required](#installation). After everything is installed and configured, you can move on the [execution of benchmarks](#execution). -*Note: The currently released version of Theodolite only allows running Kafka Streams benchmarks. With the upcoming release `0.5`, we plan to support arbitrary stream processing engines, in particular, our already available implementations for Apache Flink. To already run them now, please contact us.* - ## Installation For executing benchmarks, access to a Kubernetes cluster is required. If you already run other applications inside your -- GitLab