helpshift / ekaf

A minimal, high-performance Kafka client in Erlang.
https://engineering.helpshift.com
Other
165 stars 50 forks source link

ekaf app not restart when 6 erl node restart in turn #49

Closed lcwxz1989 closed 7 years ago

lcwxz1989 commented 7 years ago

I have 6 node online,I want to update kafka from 8 to 10.2.So I change the configure for ekaf,but ekaf didi not produce to new kafka broker. And then I add log to ekaf_server mode generic_init function to get the topic and broker info. But I get nothing,so I know the ekaf application didi not restart.But why

bosky101 commented 7 years ago

See if you have made all the settings as done in https://github.com/helpshift/ekaf/blob/master/test/ekaf_tests.erl#L64

Also set metrics callbacks for debugging as done in https://github.com/helpshift/ekaf/blob/master/src/ekaf_demo.erl#L46

~B