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

Support the DeadLetter Topic of pubsub #897

Closed
saber-wang opened this issue Jun 27, 2022 · 1 comment · Fixed by #929
Closed

Support the DeadLetter Topic of pubsub #897

saber-wang opened this issue Jun 27, 2022 · 1 comment · Fixed by #929
Assignees
Labels
area/aspnetcore Issues for aspnetcore integration with Dapr. kind/enhancement-runtime-dependency New feature or request due to a runtime feature
Milestone

Comments

@saber-wang
Copy link
Contributor

saber-wang commented Jun 27, 2022

Describe the proposal

Support the DeadLetter Topic of pubsub.
Issue: dapr/dapr#2217

The problem is how to use the attribute to express deadletter topic for V2 routing.

[
    {
        "topic":"TestTEvent",
        "pubsubName":"pubsub",
        "routes":{
            "default":"event/pubsub/TestTIntegrationEvent/v1",
            "rules":[
                {
                    "match":"has(event.routingKey)",
                    "path":"test"
                }
            ]
        },
        "deadLetterTopic": "TestdeadLetterTEvent"
    }
]
@halspang halspang added this to the v1.9 milestone Jul 7, 2022
@halspang halspang added area/aspnetcore Issues for aspnetcore integration with Dapr. kind/enhancement-runtime-dependency New feature or request due to a runtime feature labels Jul 7, 2022
@yash-nisar
Copy link
Contributor

/assign

yash-nisar added a commit to yash-nisar/dotnet-sdk that referenced this issue Aug 22, 2022
Closes dapr#897

Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
halspang pushed a commit that referenced this issue Aug 22, 2022
Closes #897

Signed-off-by: Yash Nisar <yashnisar@microsoft.com>

Signed-off-by: Yash Nisar <yashnisar@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/aspnetcore Issues for aspnetcore integration with Dapr. kind/enhancement-runtime-dependency New feature or request due to a runtime feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants