This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
from 6697735b0 Merge pull request #8778 from
mwkang/8590-even-rebalance-on-idle-supervisor
add 623288fd5 init
add 0b3f95274 apply bolt/spout conf once, when the declarer is defined for
the first stream
add 4349aedb0 flux topology conf validation (fail fast)
add 3d31642c7 minor changes
add 0e49fd661 add topology confi override test case
new 85a5cbc35 Merge pull request #8783 from
GGraziadei/8710-flux-component-conf
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/Serialization.md | 21 ++++-
flux/README.md | 40 +++++++++
.../java/org/apache/storm/flux/FluxBuilder.java | 89 ++++++++++----------
.../org/apache/storm/flux/model/VertexDef.java | 13 +++
.../org/apache/storm/flux/FluxBuilderTest.java | 29 +++++++
.../test/java/org/apache/storm/flux/TCKTest.java | 94 ++++++++++++++++++++++
...yaml => component-config-invalid-key-test.yaml} | 21 ++---
...ook.yaml => component-config-invalid-test.yaml} | 21 ++---
...ook.yaml => component-config-missing-test.yaml} | 20 ++---
...ok.yaml => component-config-override-test.yaml} | 22 ++---
...worker_hook.yaml => component-config-test.yaml} | 23 +++---
11 files changed, 281 insertions(+), 112 deletions(-)
copy flux/flux-core/src/test/resources/configs/{worker_hook.yaml =>
component-config-invalid-key-test.yaml} (68%)
copy flux/flux-core/src/test/resources/configs/{worker_hook.yaml =>
component-config-invalid-test.yaml} (68%)
copy flux/flux-core/src/test/resources/configs/{worker_hook.yaml =>
component-config-missing-test.yaml} (68%)
copy flux/flux-core/src/test/resources/configs/{worker_hook.yaml =>
component-config-override-test.yaml} (70%)
copy flux/flux-core/src/test/resources/configs/{worker_hook.yaml =>
component-config-test.yaml} (72%)