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

Task-based notifications API #5449

Merged
merged 15 commits into from
Oct 10, 2019
Merged

Task-based notifications API #5449

merged 15 commits into from
Oct 10, 2019

Conversation

timbussmann
Copy link
Contributor

@timbussmann timbussmann commented Oct 4, 2019

Fixes #5393

Provides a new notification API which is based on the internal notifications infrastructure which can support async notification subscribers.

The new APIs have been moved to the corresponding recoverability configuration settings and I've tried to give them more accurate and meaningful names.

@timbussmann timbussmann added this to the 6.2.0 milestone Oct 4, 2019
@timbussmann
Copy link
Contributor Author

thoughts on these changes @SimonCropp @gbiellem ?

@timbussmann
Copy link
Contributor Author

Based on the opinions I heard from people chiming on this I decided to remove the sync overloads. While I think this causes more friction for users and therefore is a bad change, I can accept the argument that we never provided sync+async APIs in combination so far and that this is a more advanced API which might not be the right place to drive "new approaches" to this topic.

@timbussmann timbussmann marked this pull request as ready for review October 8, 2019 12:12
@SeanFeldman
Copy link
Contributor

Based on the opinions I heard from people chiming on this I decided to remove the sync overloads.

@timbussmann re-request review when that's done?

@SeanFeldman SeanFeldman removed this from the 7.2.0 milestone Oct 9, 2019
@timbussmann timbussmann merged commit 23a5695 into master Oct 10, 2019
@timbussmann timbussmann deleted the notifications2 branch October 10, 2019 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Async Notifications Delegates
4 participants