Skip to content
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

Error : could not determine kind of name for C.RD_KAFKA_RESP_ERR__FATAL #313

Closed
3 tasks
ghost opened this issue Mar 23, 2019 · 3 comments
Closed
3 tasks

Comments

@ghost
Copy link

ghost commented Mar 23, 2019

Description

In librdkafka version 0.11.6 and confluent-kafka-go current master branch
librdkafka installed through brew and cloned confluent-kafka-go master branch

ERROR :
could not determine kind of name for C.RD_KAFKA_RESP_ERR__FATAL
could not determine kind of name for C.rd_kafka_fatal_error

How to reproduce

Checklist

Please provide the following information:

  • confluent-kafka-go and librdkafka version (LibraryVersion()):
  • Apache Kafka broker version:
  • Client configuration: ConfigMap{...}
  • [macOS

Screenshot 2019-03-23 at 12 23 02 PM

] Operating system: - [ ] Provide client logs (with `"debug": ".."` as necessary) - [ ] Provide broker log excerpts - [ ] Critical issue
@litao3rd
Copy link

#61 (comment)

solved by this response.

@gbbr
Copy link

gbbr commented Mar 25, 2019

I have run into this problem too. Don't install through brew. Instead, remove your installation completely and do:

git clone --branch v1.0.0-RC9 https://github.com/edenhill/librdkafka.git /tmp/librdkafka-v1.0.0-RC9
cd /tmp/librdkafka-v1.0.0-RC9
make uninstall
./configure && make
make install

That should do it.

@ghost
Copy link
Author

ghost commented Mar 25, 2019

That worked well. Thanks for the help @gbbr

@ghost ghost closed this as completed Mar 25, 2019
SebastianOsuna added a commit to SebastianOsuna/docker-golang-kafka that referenced this issue Jun 4, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants