Added SPEL evaluation against spring boot @Topic attributes#556
Conversation
|
This is awesome. Please, also modify the pubsub example to showcase this feature. |
|
@artursouza Do you recommend I modify the |
Please, modify the controller to actually make use of this feature. |
|
I made the changes as requested - hopefully this makes it on your 1.3.0 milestone :) |
|
Thanks for the contributions. Let's see if the validation for the examples will pass with this change. |
|
Yes - I did that intentionally. The idea is to demonstrate that while |
|
LGTM. Thanks for your contribution. |
Codecov Report
@@ Coverage Diff @@
## master #556 +/- ##
=========================================
Coverage 80.61% 80.61%
Complexity 985 985
=========================================
Files 88 88
Lines 3039 3039
Branches 332 332
=========================================
Hits 2450 2450
Misses 422 422
Partials 167 167 Continue to review full report at Codecov.
|
|
Is there anything left for me to do on this? |
No. I approved and then forgot to come back and merge after validations completed. |
* [WIP] Added SPEL evaluation against spring boot @Topic name and pubsubname attributes * [WIP] Updated SubscriberController to use SPEL in @Topic * 554 - SPEL for @Topic attributes: Updated documentation and examples * Updated documentation as discussed * Update README.md * Update SubscriberController.java Co-authored-by: Artur Souza <artursouza.ms@outlook.com> Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
Description
Addresses #554 Update Spring Boot DaprBeanPostProcessor to evaluate expressions Topic attribute values:
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: #554
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: