Re: PubSub MultiReader

2020-09-09 Thread Iñigo San Jose
I made the modification to fuse topics and subscriptions, I now think it may be cleaner. Attached a file with both versions. Let me know what you think :D Thanks On Wed, Sep 9, 2020 at 5:35 PM Iñigo San Jose wrote: > > Hi everyone! > > I have seen a very common use case in Beam which is

PubSub MultiReader

2020-09-09 Thread Iñigo San Jose
Hi everyone! I have seen a very common use case in Beam which is pipelines that read from multiple PubSub topics or multiple subscriptions to end up flattening them. In general, this makes the pipeline harder to understand since not much context can be taken from it. I was thinking of adding a