typesense / typesense-go

Go client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
205 stars 54 forks source link

client side load balancing #172

Closed elee1766 closed 2 weeks ago

elee1766 commented 1 month ago

From what I see, the client generated from https://github.com/oapi-codegen/oapi-codegen?tab=readme-ov-file#generating-api-clients doesn't support client side load balancing

i see other typesense clients have this feature- should we try to add it to the go client?

jasonbosco commented 1 month ago

We're adding support for this in #170