Can a component in greengrassv2 receive a notification from a pre update applied to another component in the same deployment?

0

I need to know when an specific component is gonna be updated because it sends messages to IoT Core from files saved inside the folder of the same component. I was thinking use SubscribeToComponentUpdates for that, but my component is actually subscribed to topic so I can't receive another type of messages (supposedly). So I want to ask if is possible that another component could receive notifications when my component is gonna be updated and deferer the update and send the missings files.

gefragt vor einem Jahr212 Aufrufe
2 Antworten
0

my component is actually subscribed to topic so I can't receive another type of messages (supposedly)

You should be able to subscribe to local messages and to the ComponentUpdates in the same GGv2 component. Both events will be handled by different callback functions, maybe this tutorial helps: https://docs.aws.amazon.com/greengrass/v2/developerguide/defer-component-updates-tutorial.html

profile pictureAWS
EXPERTE
Jan_B
beantwortet vor einem Jahr
0

Thanks for the answer! Does this mean that my component should be able to subscribe to local messages and ComponentUpdates at the same time? How could I do that if (as you say before) the events will be handled by different callback functions? Do I need one StreamHandler? I'm sorry but I can't see a solution for that.

Thanks again for the answer!

beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen