Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2908#discussion_r236358832
--- Diff: flux/flux-core/src/main/java/org/apache/storm/flux/Flux.java ---
@@ -52,17 +52,22 @@
public class Flux {
private static final Logger LOG = LoggerFactory.getLogger(Flux.class);
+ @Deprecated
--- End diff --
Given that current scripts to start a Flux topology will have to be changed
to make this work, is there any value to preserving these options? If someone
is using one of these, most likely their script will end up failing or doing
the wrong thing.
---