Hi.
I explore "Dynamic Application Modification" with this example(
https://github.com/DataTorrent/examples/tree/master/tutorials/dynamic-partition
).
To be clear, basically, application developers carefully design a program.
For Dynamic Partitioning, in "dynamic partition" example, it uses
threadhold to adjust partition. In addition, to use Modification of DAG
structure, app developers should make program like java classes to use them
later.
Do I interpret that they are determined "compiling time"?
How do I use "Load balance and Sticky Key" in Apex?
I would like to create this topology for word counting.
For example,
B operator
A operator -> -> one onperator
C Operator
A sends the same values like "word" to the same operator ( B or C )?
Can we specify this rule in code and how to make two process for B and C
with one class?
Thanks,
Junguk