zio / zio-keeper

A ZIO library for building distributed systems
https://zio.dev/zio-keeper
Apache License 2.0
199 stars 41 forks source link

TLS transport #102

Open pshemass opened 4 years ago

pshemass commented 4 years ago

We should add TLS version of transport that could be mixin with TCP or UDP transports.

mijicd commented 4 years ago

Consider the work from https://github.com/zio/zio-nio/pull/93