Hi, can someone elaborate on when I should set properties transient / non-transient within operators (e.g. map / flatMap / reduce) ?
I see these two possibilies: (1) initialize a non-transient property from the constructor (2) initialize a transient property inside a Rich???Function when open(ConfigurationParameters) is invoked on what criteria should I choose (1) or (2) ? how is this related to checkpointing / rebalancing? Thanks in advance Peter