Skip to content
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

Notification2.0 and refactoring #198

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

mstoffel-sag
Copy link
Member

This PR will introduce:

  • Notification 2.0 node (connect to the Nofification 2.0 Service)
  • Get-Internal Id node
  • c8y-config node (Use provided microservices env or configure the cumulocity connection manually)
  • Some rename and refactor of existing nodes

@mstoffel-sag mstoffel-sag requested a review from reey as a code owner June 3, 2024 11:13
deploy.sh Outdated Show resolved Hide resolved
.github/workflows/semantic-release.yml Outdated Show resolved Hide resolved
Comment on lines +22 to +23
"http-auth": "src/nodes/http-auth/http-auth.js",
"check-roles": "src/nodes/check-roles/check-roles.js"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing the c8y- prefix will break functionality for existing microservice users, same for the realtime nodes..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I know, but how many prod users do we have? Lets have a call.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case a persistent subscription is created, you would need to also handle the deletion of that subscription whenever the node is removed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont know about that. Maybe the user wants to keep the messages in the queue....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants