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 Subscription management apis to service #4154

Open
rysweet opened this issue Nov 12, 2024 · 0 comments · May be fixed by #4159
Open

add Subscription management apis to service #4154

rysweet opened this issue Nov 12, 2024 · 0 comments · May be fixed by #4159
Assignees
Labels
dotnet issues related to AutoGen.Net needs-triage
Milestone

Comments

@rysweet
Copy link
Collaborator

rysweet commented Nov 12, 2024

What feature would you like to be added?

need to add support for
message TypeSubscription {
string topic_type = 1;
string agent_type = 2;
}

message Subscription {
oneof subscription {
TypeSubscription typeSubscription = 1;
}
}

message AddSubscriptionRequest {
string request_id = 1;
Subscription subscription = 2;
}

message AddSubscriptionResponse {
string request_id = 1;
bool success = 2;
optional string error = 3;
}

Why is this needed?

xlang combat

@rysweet rysweet added the dotnet issues related to AutoGen.Net label Nov 12, 2024
@rysweet rysweet added this to the 0.4.0 milestone Nov 12, 2024
@rysweet rysweet self-assigned this Nov 12, 2024
@rysweet rysweet linked a pull request Nov 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet issues related to AutoGen.Net needs-triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant