You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, consider the below workflow where Subject is of type object. Surprisingly the type of the Int source will change to object following the MulticastSubject node, which fundamentally violates the contract of Sink operators.
To reproduce, consider the below workflow where
Subject
is of typeobject
. Surprisingly the type of theInt
source will change toobject
following theMulticastSubject
node, which fundamentally violates the contract ofSink
operators.Copy workflow
The text was updated successfully, but these errors were encountered: