We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kaffe tries to raise or reraise an error that is not an exception:
[error] 20:20:20.999 GenServer :"Elixir.Kaffe.GroupManager.my_group" terminating ** (ArgumentError) raise/1 and reraise/2 expect a module name, string or exception as the first argument, got: {:error, {{{:badmatch, {:error, :unknown_topic_or_partition}}, [{Kaffe.GroupMember, :init, 1, [file: 'lib/kaffe/consumer_group/subscriber/group_member.ex', line: 80]}, {:gen_server, :init_it, 2, [file: 'gen_server.erl', line: 423]}, {:gen_server, :init_it, 6, [file: 'gen_server.erl', line: 390]}, {:proc_lib, :init_p_do_apply, 3, [file: 'proc_lib.erl', line: 226]}]}, {:child, :undefined, :group_member_my_group_MyTopic, {Kaffe.GroupMember, :start_link, [:my_group, "my_group", #PID<0.6728.0>, "MyTopic"]}, :permanent, false, 5000, :worker, [Kaffe.GroupMember]}}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kaffe tries to raise or reraise an error that is not an exception:
The text was updated successfully, but these errors were encountered: