IvanFroehlich
IvanFroehlich
Hi, is there a plan to continue working on this? We are also trying to use similarly to this issue the SideInputs described in the https://beam.apache.org/documentation/patterns/side-inputs/ Docu on Google Dataflow...
@liferoad No, thats the issue. we have tried following meanwhile: **v2**: replace the latest globally with custom combine function ``` ... pipeline .apply(GenerateSequence.from(0) .withRate(1, Duration.standardSeconds(envConfig.getConfigTtlInSeconds()))) .apply(ParDo.of(doFunction)) //here we read SideInputDestinations(external...