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

Add pipeline function to wrap raw data from previous function into an Event/Reading #1149

Closed
lenny-goodell opened this issue Jul 11, 2022 · 0 comments · Fixed by #1154
Closed
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@lenny-goodell
Copy link
Member

🚀 Feature Request

Relevant Package [REQUIRED]

This feature request is for new pipeline function

Description [REQUIRED]

With the deprecation of PushToCore, the isn't an way for ASC to publish an new Event/Reading back to the EdgeX MessageBus.

Describe the solution you'd like

Add a new pipeline function that take to raw data from the previous pipeline function and wraps it as the reading value in new Event/Reading and return the new Event/Reading to be passed to the next pipeline function. This new function needs to have the Parameters as the deprecated PushToCore function.

Describe alternatives you've considered

None

@lenny-goodell lenny-goodell added the enhancement New feature or request label Jul 11, 2022
@lenny-goodell lenny-goodell moved this to New Issues in Application Services Jul 11, 2022
@lenny-goodell lenny-goodell added the help wanted Extra attention is needed label Jul 11, 2022
@lenny-goodell lenny-goodell added this to the Levski milestone Jul 12, 2022
@lenny-goodell lenny-goodell moved this from New Issues to Levski Release Backlog in Application Services Jul 13, 2022
ejlee3 added a commit to ejlee3/app-functions-sdk-go that referenced this issue Jul 15, 2022
@lenny-goodell lenny-goodell moved this from Levski Release Backlog to In Progress in Application Services Jul 19, 2022
lenny-goodell pushed a commit that referenced this issue Jul 19, 2022
* feat: add ability to wrap data into an event

closes #1149

Signed-off-by: Elizabeth J Lee <[email protected]>
Repository owner moved this from In Progress to Done in Application Services Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants