When trying out with view optimisation with Canton 2.8.3, we noticed that, non-consuming choice does not seem to take the observer on the contract as it’s Informee (if not specified explicitly). Is that correct?
E.g.
template A
…
where
signatory P1
Observer P2
nonconsuming choice C1
controller P1
do
…
In above cases we will only have P1 as Confirmee and no Informee.
In that case, if we’d like to reduce views by explicitly adding P2 as observer to the choice C1, does that mean we are then creating more traffic to the participant node holding P2 than before?
Thanks in advance!!