This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
from 939d92c6d Fix cli monitor component's argument type
new 45d141cc2 support worker hook declaration in flux
new 374eee25c updating flux README
new f75ab7853 minor correction in flux README
new 96cc304b0 update README
The 4 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/flux.md | 15 ++++++++
.../src/main/java/org/apache/storm/flux/Flux.java | 6 +++
.../java/org/apache/storm/flux/FluxBuilder.java | 17 +++++++++
.../org/apache/storm/flux/model/TopologyDef.java | 43 ++++++++++++++++++++++
.../model/{BoltDef.java => WorkerHookDef.java} | 4 +-
.../test/java/org/apache/storm/flux/TCKTest.java | 13 +++++++
...d_static_factory_test.yaml => worker_hook.yaml} | 21 +++--------
7 files changed, 102 insertions(+), 17 deletions(-)
copy flux/flux-core/src/main/java/org/apache/storm/flux/model/{BoltDef.java =>
WorkerHookDef.java} (90%)
copy flux/flux-core/src/test/resources/configs/{bad_static_factory_test.yaml
=> worker_hook.yaml} (84%)