-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
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
cppkafka::HandleException' what(): Local: Timed out Aborted (core dumped) #131
Comments
I mentioned something about that in this other ticket. Unfortunately this is rdkafka's fault, as what cppkafka is doing there is just calling rdkafka's functions. It looks like rdkafka isn't connected somehow. I haven't created a ticket on the rdkafka repo yet for this issue, nor do I know if there's already one. If you do create it, please link it here. |
I created a ticket here: confluentinc/librdkafka#2087 |
Where to set the configuration for the debugging?
|
Append add another option to the config with key "debug" and some valid debug value (e.g. "all"). |
Adding these lines:
While adding these lines:
|
The
|
With this code:
After starting kafka server and two new nodes http://kafka.apache.org/quickstart , I compiled and then executed the above file:
Please find attached the output: |
Hi,
after starting Kafka server, I compiled in my Ubuntu 18.04.01 Server Edition, the following small example found in cppakafka main page:
g++ -std=c++17 -lrdkafka -lpthread -lz -lstdc++ plain.cpp -lboost_program_options -lcppkafka -oplain ./plain terminate called after throwing an instance of 'cppkafka::HandleException' what(): Local: Timed out Aborted (core dumped)
What might be the cause?
Looking forward to your kind help.
Marco
The text was updated successfully, but these errors were encountered: