> I create the replicator with the false option to avoid it deletes the input
> Source when removing all replicas.
> StreamReplicator::createNew(*env, Source, false)
>
> then create the source to feed it into the sink
> FramedSource* source = replicator->createStreamReplica();
>
> What would
Hi Ross
I create the replicator with the false option to avoid it deletes the input
Source when removing all replicas.
StreamReplicator::createNew(*env, Source, false)
then create the source to feed it into the sink
FramedSource* source = replicator->createStreamReplica();
What would be the best