Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrz committed Feb 25, 2025
1 parent 5cba650 commit 8bd8d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
* Configuration entry `kafkaEspProperties.forceLatestRead` is replaced with `kafkaEspProperties.defaultOffsetResetStrategy` with possible values: "ToLatest", "ToEarliest", "None".
* [#7545](https://github.com/TouK/nussknacker/pull/7545) Added `useMiniClusterForDeployment` option allowing to run Flink scenarios on Flink MiniCluster
* [#7568](https://github.com/TouK/nussknacker/pull/7568) The "JSON" button was renamed to "Export" to mark that it generates data usable in "Import"
* [#TODO](https://github.com/TouK/nussknacker/pull/TODO) Improve scenario testing error messages
* [#7591](https://github.com/TouK/nussknacker/pull/7591) Improve scenario testing error messages. Error messages should point to the appropriate `testDataSettings` where possible.
Also change `testDataSettings.resultsMaxBytes` to long to allow higher limit than 2 GiB.

## 1.18

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/DesignerConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ You can configure `secondaryEnvironment` to allow for
|------------------------------------|------------|------|---------------|----------------------------------------------------------------------------------------------------------------|
| testDataSettings.maxSamplesCount | Medium | int | 20 | Limits the number of samples for tests to generate and load from a file |
| testDataSettings.testDataMaxLength | Low | int | 200000 | Limits the size (in characters) of the test input for tests from a file |
| testDataSettings.resultsMaxBytes | Low | int | 50000000 | Limits the size (in bytes) of returned test data (i.e. variables for each node, invocation results and errors) |
| testDataSettings.resultsMaxBytes | Low | long | 50000000 | Limits the size (in bytes) of returned test data (i.e. variables for each node, invocation results and errors) |


## Other configuration options
Expand Down

0 comments on commit 8bd8d1a

Please sign in to comment.