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 .NET client for pub/sub support #1380

Closed
wants to merge 16 commits into from
Closed

Commits on Oct 24, 2024

  1. Building out Dapr.Messaging and test project for streaming pubsub sub…

    …scriptions
    
    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    32c2db8 View commit details
    Browse the repository at this point in the history
  2. Added copyright notices

    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9cfdf76 View commit details
    Browse the repository at this point in the history
  3. Minor stylistic updates

    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    704849e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fa0a98 View commit details
    Browse the repository at this point in the history
  5. Tweaked XML comment

    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f37ec29 View commit details
    Browse the repository at this point in the history
  6. Added several unit tests for the generic client builder

    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f82e03d View commit details
    Browse the repository at this point in the history
  7. 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]>
    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    86a17c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db9b475 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b10e1f View commit details
    Browse the repository at this point in the history
  10. Added sample project

    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5c2bafd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    730b9e2 View commit details
    Browse the repository at this point in the history
  12. Minor changes to unit test

    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5f1a5f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cea62f8 View commit details
    Browse the repository at this point in the history
  14. Deleted protos folder

    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    de867cf View commit details
    Browse the repository at this point in the history
  15. Using lowercase protos dir name

    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fcc331a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    df81517 View commit details
    Browse the repository at this point in the history