kafka_ex icon indicating copy to clipboard operation
kafka_ex copied to clipboard

Use IO lists instead of binary concatenation for protocol requests

Open mjparrott opened this issue 5 years ago • 0 comments

Fixes #291

Seems like there still was some binary concatenation in the protocol modules as far as I could tell, so I followed up on the work done in #290 and made the request for all other protocol call return iolists instead of binaries as well.

mjparrott avatar Mar 19 '20 15:03 mjparrott