kafka_ex
kafka_ex copied to clipboard
Use IO lists instead of binary concatenation for protocol requests
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.