Hi,all:
I notice that in in the PubSubIO class, there only exist one Bound
static class inherit from PTransform.
But actually in the apply method of Bound,whether return a bounded or
unbounded PCollection is depend on the variables maxNumRecords and
maxReadTime.So why not name this class "MixBound" or else.
I think that is a little bit confuse name it "Bound" but actually it
can be unbouned data stream-- Best Regards BakeyPan
