-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Question of rdkafka_consumer_example_cpp #497
Comments
When producing the messages, do you get the same number of |
Message have success to delivery. [lilu@localhost examples]$ ./rdkafka_example_cpp -P -t TEST_A -b 192.168.18.76:9092 I have two broker, {192.168.18.76, 192.168.18.82}; Our broker version is Kafka-0.8.2. [lilu@localhost examples]$ ./rdkafka_consumer_example -g group-0001 -b 192.168.18.76:9092 TEST_A |
You will need to check your broker logs for why it is disconnecting the client. |
thank you, I change broker 0.9 can receive message. rdkafka_consumer_example core dump only one time. after never appear consumer command line is "./rdkafka_consumer_example -g GROUP -b 192.168.18.76:9092 TEST_A" gdb print======================================
|
Is this using the latest master? If so, do this in gdb:
|
yes, , It is latest master, Download today |
ProTip: when pasting output, put the pasted text between two blocks of four back-ticks, .i.e.:
|
This is good way
|
"p *rkbuf" is "p request->rkbuf_response" ?
|
You wouldn't happen to still have that core file? |
The core dump never seen again Such as the problem next time, I'm telling you |
Okay, thanks |
hi,edenhill
I use "./rdkafka_consumer_example_cpp -g group-0001 -b 192.168.18.76:9092 TEST_A" to receive
and use "./rdkafka_example_cpp -P -t TEST_A -b 192.168.18.76:9092 -p 0" to send,
but rdkafka_consumer_example_cpp not received message.
I thinks my command line wrong.
help, how to write rdkafka_consumer_example_cpp for command line?
The text was updated successfully, but these errors were encountered: