Closed agyoungs closed 2 years ago
@danthony06 Can you review this? The disadvantage to this approach is that if a topic doesn't exist when the plugin is initialized, the subscription will not be made. This could be addressed with a function override for plugins that gets triggered when new topics are identified. Thoughts?
The alternative approach is to use a generic subscription. However this will require de-serialization within the plugin.
Seems reasonable to me.
Closes #756