-
Notifications
You must be signed in to change notification settings - Fork 337
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 .NET client for pub/sub support #1380
Commits on Oct 24, 2024
-
Building out Dapr.Messaging and test project for streaming pubsub sub…
…scriptions Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32c2db8 - Browse repository at this point
Copy the full SHA 32c2db8View commit details -
Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cfdf76 - Browse repository at this point
Copy the full SHA 9cfdf76View commit details -
Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 704849e - Browse repository at this point
Copy the full SHA 704849eView commit details -
Added generic client builder to support publish/subscribe client builder
Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fa0a98 - Browse repository at this point
Copy the full SHA 2fa0a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for f37ec29 - Browse repository at this point
Copy the full SHA f37ec29View commit details -
Added several unit tests for the generic client builder
Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f82e03d - Browse repository at this point
Copy the full SHA f82e03dView commit details -
Updated to include latest review changes:
- Added lock so that while we guarantee the method is called only once, it should be thread-safe now - Marked PublishSubscribeReceiver as internal so its members aren't part of the public API - Updated TopicMessage to use IReadOnlyDictionary Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86a17c1 - Browse repository at this point
Copy the full SHA 86a17c1View commit details -
Switched to interlock exchange instead of lock to slightly simplify code
Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db9b475 - Browse repository at this point
Copy the full SHA db9b475View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b10e1f - Browse repository at this point
Copy the full SHA 2b10e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2bafd - Browse repository at this point
Copy the full SHA 5c2bafdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 730b9e2 - Browse repository at this point
Copy the full SHA 730b9e2View commit details -
Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f1a5f8 - Browse repository at this point
Copy the full SHA 5f1a5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea62f8 - Browse repository at this point
Copy the full SHA cea62f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for de867cf - Browse repository at this point
Copy the full SHA de867cfView commit details -
Using lowercase protos dir name
Signed-off-by: Whit Waldo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fcc331a - Browse repository at this point
Copy the full SHA fcc331aView commit details -
Configuration menu - View commit details
-
Copy full SHA for df81517 - Browse repository at this point
Copy the full SHA df81517View commit details