typesense-python icon indicating copy to clipboard operation
typesense-python copied to clipboard

feat(node): add round-robin host shuffling capability

Open tharropoulos opened this issue 8 months ago • 0 comments

Change Summary

  • add round_robin_hosts config option to ConfigDict typed dict
  • implement random shuffling of healthy nodes in NodeManager.get_node()
  • add test to verify shuffling behavior with round-robin enabled

PR Checklist

tharropoulos avatar May 21 '25 12:05 tharropoulos