Hi All, I am proposing PojoOuterJoin accumulation. We already have PojoInnerJoin accumulation.
As the name suggests this accumulation will be responsible to get outer join on Pojo streams on some input keys. The input and output streams (types) for this accumulation will be the same as that of PojoInnerJoin. I am planning to create a base class named as Join, PojoInnerJoin,PojoLeftOuterJoin. PojoRightOuterJoin,PojoFullOuterJoin can extend the functionalities of Join to get the required join, because there will be a lot of common code in these accumulations. Let me know your thoughts on it. Regards, Hitesh