silviucpp / erlkaf

Erlang kafka driver based on librdkafka
MIT License
83 stars 41 forks source link

Removing io:format in on_load for erlang 26, temporary #71

Closed tpitale closed 4 months ago

tpitale commented 4 months ago

Until erlang gets a fix for this io:format + on_load issue (in erlang 26.1.2 and 26.2.2, at least), this fixes any startup problems.

Resolves #70