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

Replace Device Add/Update/Delete REST API with Device System Events #1259

Closed
lenny-goodell opened this issue Nov 17, 2022 · 0 comments · Fixed by #1276
Closed

Replace Device Add/Update/Delete REST API with Device System Events #1259

lenny-goodell opened this issue Nov 17, 2022 · 0 comments · Fixed by #1276
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@lenny-goodell
Copy link
Member

🚀 Feature Request

Relevant Package [REQUIRED]

Device callbacks from Core Metadata

Description [REQUIRED]

The device callback can be replaced by subscribing the the Device System Events already in place from Core Metadata

Describe the solution you'd like

Subscribe to the Device System Events via MessageBus and route to exiting application code to handle the Add/Update/Delete Device.

Describe alternatives you've considered

Have you considered any alternative solutions or workarounds?
@lenny-goodell lenny-goodell added the enhancement New feature or request label Nov 17, 2022
@lenny-goodell lenny-goodell added this to the Minnesota milestone Nov 17, 2022
chr1shung pushed a commit to chr1shung/device-sdk-go that referenced this issue Jan 10, 2023
BREAKING CHANGE:
the following device callback REST endpoints is removed:
- POST /callback/device
- PUT /callback/device
- DELETE /callback/device/name/{name}

closes edgexfoundry#1259

Signed-off-by: Chris Hung <chris@iotechsys.com>
chr1shung pushed a commit to chr1shung/device-sdk-go that referenced this issue Jan 10, 2023
BREAKING CHANGE:
the following device callback REST endpoints are removed:
- POST /callback/device
- PUT /callback/device
- DELETE /callback/device/name/{name}

closes edgexfoundry#1259

Signed-off-by: Chris Hung <chris@iotechsys.com>
chr1shung pushed a commit to chr1shung/device-sdk-go that referenced this issue Jan 11, 2023
BREAKING CHANGE:
the following device callback REST endpoints are removed:
- POST /callback/device
- PUT /callback/device
- DELETE /callback/device/name/{name}

closes edgexfoundry#1259

Signed-off-by: Chris Hung <chris@iotechsys.com>
chr1shung pushed a commit to chr1shung/device-sdk-go that referenced this issue Jan 12, 2023
BREAKING CHANGE:
the following device callback REST endpoints are removed:
- POST /callback/device
- PUT /callback/device
- DELETE /callback/device/name/{name}

closes edgexfoundry#1259

Signed-off-by: Chris Hung <chris@iotechsys.com>
chr1shung pushed a commit to chr1shung/device-sdk-go that referenced this issue Jan 18, 2023
BREAKING CHANGE:
the following device callback REST endpoints are removed:
- POST /callback/device
- PUT /callback/device
- DELETE /callback/device/name/{name}

closes edgexfoundry#1259

Signed-off-by: Chris Hung <chris@iotechsys.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants