api-layer icon indicating copy to clipboard operation
api-layer copied to clipboard

feat: Add deterministic routing and sticky session load balancing

Open taban03 opened this issue 1 year ago • 1 comments

Description

  • Implementation of deterministic routing (based on X-InstanceId header)
  • Implementation of Sticky session load balancing (keeping behaviour from v2)

Type of change

  • [ ] feat: New feature (non-breaking change which adds functionality)

Checklist:

  • [ ] My code follows the style guidelines of this project
  • [ ] PR title conforms to commit message guideline ## Commit Message Structure Guideline
  • [ ] I have commented my code, particularly in hard-to-understand areas. In JS I did provide JSDoc
  • [ ] I have made corresponding changes to the documentation
  • [ ] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests pass locally with my changes
  • [ ] The java tests in the area I was working on leverage @Nested annotations
  • [ ] Any dependent changes have been merged and published in downstream modules

taban03 avatar Jul 19 '24 08:07 taban03