-
Notifications
You must be signed in to change notification settings - Fork 224
feat(pubsub): add bulk subscribe support #791
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
Merged
artursouza
merged 71 commits into
dapr:master
from
shubham1172:shubham1172/bulk-subscribe-support
Jan 19, 2023
Merged
Changes from all commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
429184b
Initial bulk subscribe
shubham1172 5ee6735
Initial working stage
shubham1172 c584dfc
Add response
shubham1172 19cab69
Use a new annotation for BulkSubscribe
shubham1172 afd2c33
Fix stylecheck issues
shubham1172 83921a3
Revert refactor
shubham1172 902faaa
Move BulkSubscribe annotation to springboot
shubham1172 f492b4c
Fix stylecheck issues
shubham1172 183e49a
Add unit test
shubham1172 64e7813
Add another UT scenario
shubham1172 c2d0447
Refactor
shubham1172 1a09bda
Fix header licenses
shubham1172 bba39ac
Fix header licenses
shubham1172 41c5e26
Fix build checks
shubham1172 8f41e55
Initial integration tests
shubham1172 c20c78a
Working ITs
shubham1172 20d1a84
Fix linting
shubham1172 4802397
Add docs, fix findbugs
shubham1172 d77afa2
Fix linting
shubham1172 aee8dcf
Try FindBugs fix
shubham1172 4af4c60
Final FindBugs fix
shubham1172 5740a86
Revert example pubsub name for mechanical-markdown
shubham1172 f5ada26
Revert IT v3
shubham1172 eea67e8
Update mm
shubham1172 9635421
Review comments addressed
shubham1172 24377f0
Update mm readme
shubham1172 6ad5fa6
Prevent setting/getting mutable objects
shubham1172 5d3f107
Fix ITs
shubham1172 b0e2996
Fix ITs
shubham1172 5de793a
Make entries not-null
shubham1172 d4bb05e
Add Dapr ref/
shubham1172 2815567
Refactor to use List and fix MMg
shubham1172 ef265a0
Remove MM
shubham1172 09c8bdb
Remove extra var
shubham1172 0dd7b83
Fix mm
shubham1172 8339045
Merge with master
shubham1172 3f97066
Add MM
shubham1172 fbe1ea6
Add more UTs
shubham1172 da4a2d2
Retrigger tests
shubham1172 ac52e05
Retrigger tests
shubham1172 58cf265
Retrigger tests
shubham1172 c177515
Merge branch 'master' into shubham1172/bulk-subscribe-support
shubham1172 3117af6
Minor changes
shubham1172 6ace34a
Fix stylecheck issues
shubham1172 ad71dd9
Merge branch 'master' into shubham1172/bulk-subscribe-support
shubham1172 f1c4d05
re-trigger pipeline
shubham1172 f26b425
re-trigger pipeline
shubham1172 7660469
Update proto baseUrl
shubham1172 e9394f1
Merge branch 'master' into shubham1172/bulk-subscribe-support
shubham1172 62a9708
Merge branch 'master' into shubham1172/bulk-subscribe-support
shubham1172 9baf776
Refactor the latest bulk subscribe
shubham1172 fbe291c
Merge branch 'shubham1172/bulk-subscribe-support' of github.com:shubh…
shubham1172 e77fde8
Fix checkstyle
shubham1172 2df4b6f
Fix integration tests
shubham1172 396d113
Add new unit tests
shubham1172 380dffd
Fix issue with MethodInvokeIT
shubham1172 51303f2
Refactor, remove Dapr-prefix
shubham1172 a448542
Fix licenses
shubham1172 b8bb60c
Fix checkstyle
shubham1172 a635468
Fix IT
shubham1172 db767b3
Address comments part 1
shubham1172 5737472
Address comments part 2
shubham1172 90ba132
Address comments part 3
shubham1172 d52f339
Fix IT
shubham1172 60dd546
Fix issue with nullable property and serialization
shubham1172 5ac914a
Fix IT
shubham1172 bd0663e
re-trigger pipeline
shubham1172 b50146a
Fix tests
shubham1172 07d5772
Merge with master
shubham1172 af6c880
Refactor
shubham1172 75111a3
Fix IT
shubham1172 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# IDE generated files and directories | ||
*.iml | ||
.idea/ | ||
.run/ | ||
.vs/ | ||
.vscode/ | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.