-
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
rd_kafka_topic_new after using admin api #2399
Comments
-3 |
This free should not be there: |
sorry to make a big mistake here, and really appreciate |
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Description
environment
librdkafka version
Apache Kafka version
librdkafka client configuration
"queue.buffering.max.messages"="10000000"
"linger.ms"= "0"
"compression.codec"="none"
"socket.keepalive.enable"= "true"
"enable.idempotence"="true"
"message.timeout.ms"="1000"
client system version
step in follow
and then segmentfault in
rd_kafka_MetadataRequest
somehow.rd_kafka_event_destroy(rkev)
this line will not reproduce the problem, but i dont know why? appreciated if help me.How to reproduce
IMPORTANT: Always try to reproduce the issue on the latest released version (see https://github.com/edenhill/librdkafka/releases), if it can't be reproduced on the latest version the issue has been fixed.
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
librdkafka-1.0.1
<REPLACE with e.g., 0.10.2.3>
<REPLACE with e.g., message.timeout.ms=123, auto.reset.offset=earliest, ..>
<REPLACE with e.g., Centos 5 (x64)>
debug=..
as necessary) from librdkafkaThe text was updated successfully, but these errors were encountered: