Skip to content

feat: configurable retry with backoff and service discovery#12

Merged
casc84ab merged 1 commit into
developfrom
fix/framework-hardening
Feb 13, 2026
Merged

feat: configurable retry with backoff and service discovery#12
casc84ab merged 1 commit into
developfrom
fix/framework-hardening

Conversation

@ancongui

Copy link
Copy Markdown
Contributor

Summary

  • Add retry with exponential backoff and jitter to RestServiceClientImpl
  • Fix Reactor Retry type erasure (jitter before filter in chain)
  • Implement Eureka service discovery client
  • Implement Consul service discovery client
  • Add fire-and-forget error handling for WebSocket close
  • Add unified exception hierarchy (kernel dependency)

Test plan

  • All existing tests pass
  • New tests added for new functionality
  • Manual verification of key flows

…y stubs

- Add retry with exponential backoff and jitter to RestServiceClientImpl
- Fix Reactor Retry type erasure (jitter before filter in chain)
- Implement Eureka service discovery client
- Implement Consul service discovery client
- Add fire-and-forget error handling for WebSocket close
- Add unified exception hierarchy (kernel dependency)
@ancongui ancongui requested a review from casc84ab February 13, 2026 00:35

@casc84ab casc84ab left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Retry with exponential backoff+jitter is well implemented. Eureka and Consul discovery clients properly call real APIs. WebSocket close error handling added.

@casc84ab casc84ab merged commit c13a0a2 into develop Feb 13, 2026
4 checks passed
@casc84ab casc84ab deleted the fix/framework-hardening branch February 13, 2026 09:27
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.

2 participants