Vlad
The short answer is no, creating worker thread to emit tuples is not
supported by Apex and will lead to an undefined behavior. Operators in
Apex have strong thread affinity and all interaction with the platform
must happen on the operator thread.
- can operators emit on a different from the operator itse... Vlad Rozov
- Re: can operators emit on a different from the oper... hsy...@gmail.com
- Re: can operators emit on a different from the ... Munagala Ramanath