#Registering multiple entities on order from a file

1 messages · Page 1 of 1 (latest)

cursive basin
#

Hi. We have a set of entities that we'd like to register on a sequential order due to dependencies among these entities (and that most of the different entities of the catalog depend on so we'd like to automate registering them). We are aware that registering for example as Static Locations on configuration eventually makes the catalog consistent after some refresh cycles, but we'd like to be able to register it as any other location but with this ordering capability. Is it something that is somehow possible now or that makes sense to do? Have you had any situations where this is needed and how did you solve it? Thanks for any insight

dense lily
#

No, that's not something that the catalog itself can help with. It's intentionally built to be eventually consistent. You will have to solve such registrations yourself, by registering and then polling for presence one by one. Either in a custom entity provider, or through caller code from the outside