riferrei / srclient

Golang Client for Schema Registry
Apache License 2.0
236 stars 70 forks source link

Add preallocations, add constructor with fuctional options #103

Closed survivorbat closed 5 months ago

survivorbat commented 1 year ago

This PR adds NewSchemaRegistryClient which sets default values and allows users to override specific values (such as the client, and not the semaphore weight). Aside from this, minor improvements in preallocating slices.

Related to #101

AtakanColak commented 5 months ago

Thank you very much for your contribution.