myzhan / avroipc

Avroipc is a pure-go-implemented client for flume's avro source
MIT License
4 stars 6 forks source link

Support compressed ssl sockets #43

Closed tw1nk closed 1 year ago

tw1nk commented 1 year ago

Avro handles compression over ssl in a quite odd way.

Normally when you do compression and ssl for writes you would first do compression then encryption Avro does it the other way around, first encryption then compression.