design change to persist all Event within EventGroup, including unsubscribed #692
Unanswered
joeyoravec
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As discussed at the April 2024 vsomeip meeting, the current vsomeip design discards all unsubscribed Events within an EventGroup. Let's imagine that you're modeling:
This diagram highlights the problem:
The only way I've identified to workaround this design limitation is with a 1:1 relationship; put each attribute into a unique EventGroup. It is very costly in terms of performance to have ~3500 total EventGroup and led to:
restart()
when SubscribeNack is receivedStarting this to discuss the best approach for this problem. It looks "pretty hard" within the existing object model to get these values persisted without a subscription.
Beta Was this translation helpful? Give feedback.
All reactions