Coder Social home page Coder Social logo

Comments (9)

bluebob avatar bluebob commented on August 21, 2024 1

Yes, that sorted it. Thanks!

from confluent-kafka-go.

edenhill avatar edenhill commented on August 21, 2024

What is your installed version of librdkafka?

from confluent-kafka-go.

bluebob avatar bluebob commented on August 21, 2024
$ brew list librdkafka
/usr/local/Cellar/librdkafka/0.9.3/include/librdkafka/ (2 files)
/usr/local/Cellar/librdkafka/0.9.3/lib/librdkafka++.1.dylib
/usr/local/Cellar/librdkafka/0.9.3/lib/librdkafka.1.dylib
/usr/local/Cellar/librdkafka/0.9.3/lib/pkgconfig/ (2 files)
/usr/local/Cellar/librdkafka/0.9.3/lib/ (4 other files)

from confluent-kafka-go.

bluebob avatar bluebob commented on August 21, 2024

Followed the equivalent setup for Centos7 on a VM I just spun up and that works fine. :)

from confluent-kafka-go.

edenhill avatar edenhill commented on August 21, 2024

I dont have access to a mac right now so could you do this for me:

$ grep VERSION /usr/local/Cellar/librdkafka/0.9.3/include/librdkafka/rdkafka.h
and
$ grep _V_ /usr/local/Cellar/librdkafka/0.9.3/include/librdkafka/rdkafka.h

?

from confluent-kafka-go.

bluebob avatar bluebob commented on August 21, 2024
$ grep VERSION /usr/local/Cellar/librdkafka/0.9.3/include/librdkafka/rdkafka.h
#define RD_KAFKA_VERSION  0x000903ff
 * @sa See RD_KAFKA_VERSION for how to parse the integer format.
	RD_KAFKA_RESP_ERR_UNSUPPORTED_VERSION = 35,

the other grep doesn't come back with anything

from confluent-kafka-go.

edenhill avatar edenhill commented on August 21, 2024

Thank you.
The version check is wrong in the Go client, will fix.

from confluent-kafka-go.

bluebob avatar bluebob commented on August 21, 2024

Thanks. That was quick work to diagnose. :)

from confluent-kafka-go.

edenhill avatar edenhill commented on August 21, 2024

This is fixed on Go client master now, can you update and try again?

from confluent-kafka-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.