-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(opcua.event.subscription): New Plugin to Subscribe to OPCUA Events #16300
base: master
Are you sure you want to change the base?
Conversation
this branch is dev branch for new plugin
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
Copying your comment from the previous PR regarding my question why this functionality cannot be part of the
|
@frmoschner I do not agree with your argumentation. Looking at the You are starting this new plugin and someone will request adding tags to the events, something All this being said, I still do not see a strong argument for a separate plugin! We can talk about changes to the listener plugins that might be necessary but unless you do not provide a strong argument I like to ask you to merge this functionality into the |
Summary
This Plugin is useful to subscribe to OPC UA node ids to receive upcoming events on the subscribed nodes.
Checklist
Related issues
resolves #16275
replaces #16277