Azure / azure-notificationhubs-java-backend

Azure Notification Hubs SDK for Java
https://docs.microsoft.com/en-us/azure/notification-hubs/
Apache License 2.0
35 stars 49 forks source link

Add retry policy aligned with retry policy ADR #56

Closed olgaakv closed 4 years ago

olgaakv commented 4 years ago

Added retryable status codes. Updated retry logic in accordance with the ADR guidelines - to have separate retry pattern for trottling errors. Applied retry policy for both NotificationHub and NamespaceManager operations.