Hi,

Let's say I have two totally independent projects / PGs - PG ProjectA and
PG ProjectB.

What would be the best way to kick off PG ProjectB when PG ProjectA is
finished?

I know I can use output/input ports but I do not want to wire them like
that since they are independent projects.

The only I idea I came up is to use Kafka and push completion event to a
common topic and then have Project B subscribe to it.

Thanks,
Boris

Reply via email to