Replies: 3 comments 16 replies
-
|
Could manage it in a similar way to async. updates so callback can be registered on an object... |
Beta Was this translation helpful? Give feedback.
-
|
@pljakobs I've made a change in PR #21 so that any error detected during import halts the import. That includes There's also the situation where the database schema has been modified, in which case Any thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, I posted this here because one possible approach to this is an application callback which you suggested elsewhere. In this situation it would probably be more useful as very specific information could be provided about the error. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
please do not take this as a "must have" but
I started implementing ConfigDB in my existing code and had this idea:
some changes might trigger direct actions (such as ip-address configuration).
What do you think of the idea of being able to register callbacks on the db that are triggered when a specific item has changed?
I'm thinking something like
and the callback would be triggered on change, whether through an updater or through a stream import.
Beta Was this translation helpful? Give feedback.
All reactions