-
Couldn't load subscription status.
- Fork 32
Description
Hello,
There have been some discussions in #124, about how to handle "third party" VSS data types that are not part of the Kuksa codebase.
I would like to ask what would be the community take on what I will call "custom Kuksa controller".
The idea is that for Kuksa to delegate custom types to "external controllers", so once some data type that is not recognizable by Kuksa's databroker is being used, it will delegate that message to the controller that is responsible for dealing with said data type(s).
This means that Kuksa would require a "controller registration" mechanism to allow a controller to register itself within the Kuksa "runtime", each controller needed to be responsible for one or more data types.
Any thoughts?