diff --git a/pub_sub/java/sdk/README.md b/pub_sub/java/sdk/README.md index b023a35fa..7bed80ac5 100644 --- a/pub_sub/java/sdk/README.md +++ b/pub_sub/java/sdk/README.md @@ -49,8 +49,8 @@ name: Run multi app run template expected_stdout_lines: - 'Started Dapr with app id "order-processor-sdk"' - 'Started Dapr with app id "checkout-sdk"' - - 'Published data: 10' - - 'Subscriber received: 10' + - 'Published data: 2' + - 'Subscriber received: 2' expected_stderr_lines: output_match_mode: substring match_order: none diff --git a/service_invocation/csharp/http/README.md b/service_invocation/csharp/http/README.md index f235865f8..5d8a31f5e 100644 --- a/service_invocation/csharp/http/README.md +++ b/service_invocation/csharp/http/README.md @@ -27,8 +27,8 @@ expected_stdout_lines: - 'Validating config and starting app "checkout"' - 'Started Dapr with app id "checkout"' - 'Writing log files to directory' - - '== APP - order-processor == Order received : Order { orderId = 10 }' - - '== APP - checkout == Order passed: Order { OrderId = 10 }' + - '== APP - order-processor == Order received : Order { orderId = 2 }' + - '== APP - checkout == Order passed: Order { OrderId = 2 }' expected_stderr_lines: output_match_mode: substring match_order: none diff --git a/tutorials/bindings/README.md b/tutorials/bindings/README.md index 8a7379001..14030995a 100644 --- a/tutorials/bindings/README.md +++ b/tutorials/bindings/README.md @@ -248,7 +248,7 @@ kubectl create ns kafka ``` ```bash -helm install dapr-kafka bitnami/kafka --wait --namespace kafka -f ./kafka-non-persistence.yaml +helm install dapr-kafka bitnami/kafka --version 23.0.7 --wait --namespace kafka --timeout 10m0s -f ./kafka-non-persistence.yaml ```