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.

asked a year ago207 views
2 Answers
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
EXPERT
Jan_B
answered a year ago
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!

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions