Skip to content

Commit

Permalink
setting version for kafka (#939)
Browse files Browse the repository at this point in the history
* fixing version for kafka

Signed-off-by: Pravin Pushkar <[email protected]>

* validate data with some initial values instead of larger

Signed-off-by: Pravin Pushkar <[email protected]>

---------

Signed-off-by: Pravin Pushkar <[email protected]>
  • Loading branch information
pravinpushkar authored Sep 27, 2023
1 parent 088b5f6 commit ab41de2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pub_sub/java/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions service_invocation/csharp/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tutorials/bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
<!-- END_STEP -->
Expand Down

0 comments on commit ab41de2

Please sign in to comment.