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

.Net Process Cloud Events: Emit Cloud Events Infrastructure #9721

Closed
esttenorio opened this issue Nov 15, 2024 · 0 comments · Fixed by #10222 · May be fixed by #9712
Closed

.Net Process Cloud Events: Emit Cloud Events Infrastructure #9721

esttenorio opened this issue Nov 15, 2024 · 0 comments · Fixed by #10222 · May be fixed by #9712
Assignees
Labels
cloud-events .NET Issue or Pull requests regarding .NET code processes sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)

Comments

@esttenorio
Copy link
Contributor

Changes needed to support emitting any cloud event

@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code triage labels Nov 15, 2024
@evchaki evchaki added the sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community) label Nov 25, 2024
github-merge-queue bot pushed a commit that referenced this issue Jan 28, 2025
…lding (#10222)

### Motivation and Context

Initial change need for Cloud Event support, in particular the
publishing events scenario.

- Initial changes need in abstractions layer
- min changes for Dapr Runtime
- min changes for Local Runtime
- UTs in Local and Dapr Runtime to ensure parity

Coming up changes in separate PRs:
- New abstractions to be used when creating sk ProcessBuilder
- Additional internal plumbing needed
- Samples/Demos with usage

Fixes #9721 

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloud-events .NET Issue or Pull requests regarding .NET code processes sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Projects
Status: No status
3 participants