silviucpp / erlkaf

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

added plugin_library_paths client configuration #17

Closed cheng81 closed 4 years ago

cheng81 commented 4 years ago

This PR makes it possible to load librdkafka plugins from erlkaf. I have a need at work to load the confluent monitoring plugin, which is only possible if the client is able to load them.