Hi,
We are using Apache Flux to do Storm configurations. I am looking into ways to reproduce the below in Flux specifically how to set the memoryLoad on Spouts and Bolts via flux config.yaml. If anyone did this below, please let me know. We are using version 1.0.1
topologyBuilder.setSpout("xxx",xx,10).setMemoryLoad(350000.0,2048.0).setCPULoad(95);
topologyBuilder.setBolt("xx",xx,140).localOrShuffleGrouping("xx").setMemoryLoad(350000.0,2048.0).setCPULoad(95);