This PR fixes address factory to generate uniq addresses when more factorires is used.
The factories had application ID as an argument, but this ID was not used. It caused that non-unique addresses were generated when more applications were deployed in an experiment.
This PR fixes this problem by including application ID and feed ID in the address.
This PR fixes address factory to generate uniq addresses when more factorires is used.
The factories had application ID as an argument, but this ID was not used. It caused that non-unique addresses were generated when more applications were deployed in an experiment.
This PR fixes this problem by including application ID and feed ID in the address.