-
Notifications
You must be signed in to change notification settings - Fork 207
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
Enable dead letter topic #848
Conversation
fc87bf9
to
7649ae4
Compare
a8714d5
to
7649ae4
Compare
Signed-off-by: Charlie Mk <[email protected]>
Signed-off-by: Charlie Mk <[email protected]>
Signed-off-by: Charlie Mk <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments. It is at the right direction. Thanks for your contribution.
sdk-springboot/src/test/java/io/dapr/springboot/DaprRuntimeTest.java
Outdated
Show resolved
Hide resolved
sdk-springboot/src/main/java/io/dapr/springboot/DaprTopicSubscription.java
Show resolved
Hide resolved
sdk-springboot/src/main/java/io/dapr/springboot/DaprTopicSubscription.java
Show resolved
Hide resolved
sdk-springboot/src/main/java/io/dapr/springboot/DaprRuntime.java
Outdated
Show resolved
Hide resolved
sdk-springboot/src/main/java/io/dapr/springboot/DaprRuntime.java
Outdated
Show resolved
Hide resolved
sdk-springboot/src/main/java/io/dapr/springboot/DaprBeanPostProcessor.java
Outdated
Show resolved
Hide resolved
ebd66a7
to
eb6a149
Compare
…ones. Signed-off-by: Charlie Mk <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
74070be
to
b2d5f36
Compare
Signed-off-by: Artur Souza <[email protected]>
b2d5f36
to
60cdd9e
Compare
*/ | ||
@Topic(name = "testingtopic", pubsubName = "${myAppProperty:messagebus}", | ||
deadLetterTopic = "${deadLetterProperty:deadTopic}") | ||
@PostMapping(path = "/testingtopic") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is breaking integration tests, please, use a different topic name and post mapping.
Codecov Report
@@ Coverage Diff @@
## master #848 +/- ##
============================================
- Coverage 77.31% 77.01% -0.30%
- Complexity 1268 1270 +2
============================================
Files 117 117
Lines 3927 3951 +24
Branches 468 470 +2
============================================
+ Hits 3036 3043 +7
- Misses 652 667 +15
- Partials 239 241 +2
|
I opened the above PR to get this PR to a mergeable state, since I don't have permission to push to Charlie's branch |
Description
Please explain the changes you've made
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #777 Add support for DLQ (dead letter queue)
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: