silviucpp / erlkaf

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

Fix create_consumer_group spec #45

Closed ramonpin closed 2 years ago

ramonpin commented 2 years ago

Previously the code check 'topic' type and the spec 'topic' type for create_consumer_group function did not match. Add the needed type definitions to include/erlkaf.hrl and used them into src/erlkaf.erl for that function spec.