typesense-python
typesense-python copied to clipboard
feat(node): add round-robin host shuffling capability
Change Summary
- add
round_robin_hostsconfig option toConfigDicttyped dict - implement random shuffling of healthy nodes in
NodeManager.get_node() - add test to verify shuffling behavior with round-robin enabled
PR Checklist
- [x] I have read and signed the Contributor License Agreement.