riferrei / srclient

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

Https support #80

Closed oscar067 closed 2 years ago

oscar067 commented 2 years ago

Could be nice having https support.

mostafa commented 2 years ago

@oscar067 I think it already supports TLS by passing a custom TLS-enabled HTTP Client to the CreateSchemaRegistryClientWithOptions function, but I haven't implemented it in xk6-kafka yet.

AtakanColak commented 2 years ago

@mostafa's answer is sufficient. Closing