riferrei / srclient

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

Allow for custom TLS configuration #29

Closed tomarrell closed 3 years ago

tomarrell commented 4 years ago

Currently when creating a new instance of SchemaRegistryClient, there is no ability to provide custom TLS configuration to the HTTP client.

I notice a similar issue, #22, which looks to provide a mechanism to use a custom HTTP client. This would also be sufficient.

AtakanColak commented 3 years ago

Closed as #49 gives you the ability to use your own custom HTTP client.