-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(smdk): support
lookback
in test (#3317)
Added an ability to specify the lookback parameter and provide existing records to simulate data in the topic. For example, here we run `test` and pass input record "1" and provide other records "2" and "3" as they would exist in the topic before: ```bash smdk test --text "1" --lookback-last 1 --record "2" --record "3" ``` the `look_back` function will receive record "3". Closes #3315
- Loading branch information
Alexander Galibey
committed
Jun 9, 2023
1 parent
ee4dec1
commit fed60b0
Showing
4 changed files
with
90 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters