Giter Site home page Giter Site logo

Comments (3)

edenhill avatar edenhill commented on June 12, 2024

Hey,

I can't reproduce this on latest kafkacat master (with latest librdkafka master).
What version are you on?

maglun@bib:~$ kafkacat -b localhost -q -o beginning -e -t newt2 | wc -l
100
maglun@bib:~$ kafkacat -b localhost -q -o -1000 -e -c 1000 -t newt2 | wc -l
100
maglun@bib:~$ kafkacat -b localhost -q -o -75 -e -c 1000 -t newt2 | wc -l
75

from kcat.

cavanaug avatar cavanaug commented on June 12, 2024

It was the 1.2 version. I just tried pulling the head from git but got
compile errors on Centos 6.

....
mp-bootstrap/usr/local/lib/librdkafka.a(rdkafka_sasl.o): In function
rd_kafka_sasl_handle_recv': /net/san-hdp-gateway-1/local/disk1/home/cavanaug/src_internet/git_src/kafkacat/tmp-bootstrap/librdkafka/src/rdkafka_sasl.c:118: undefined reference tosasl_client_step'
/net/san-hdp-gateway-1/local/disk1/home/cavanaug/src_internet/git_src/kafkacat/tmp-bootstrap/librdkafka/src/rdkafka_sasl.c:151:
undefined reference to sasl_errdetail' /net/san-hdp-gateway-1/local/disk1/home/cavanaug/src_internet/git_src/kafkacat/tmp-bootstrap/librdkafka/src/rdkafka_sasl.c:118: undefined reference tosasl_client_step'
/net/san-hdp-gateway-1/local/disk1/home/cavanaug/src_internet/git_src/kafkacat/tmp-bootstrap/librdkafka/src/rdkafka_sasl.c:163:
undefined reference to sasl_getprop' /net/san-hdp-gateway-1/local/disk1/home/cavanaug/src_internet/git_src/kafkacat/tmp-bootstrap/librdkafka/src/rdkafka_sasl.c:167: undefined reference tosasl_getprop'
/net/san-hdp-gateway-1/local/disk1/home/cavanaug/src_internet/git_src/kafkacat/tmp-bootstrap/librdkafka/src/rdkafka_sasl.c:171:
undefined reference to sasl_getprop' tmp-bootstrap/usr/local/lib/librdkafka.a(rdkafka_sasl.o): In function rd_kafka_sasl_global_term':
/net/san-hdp-gateway-1/local/disk1/home/cavanaug/src_internet/git_src/kafkacat/tmp-bootstrap/librdkafka/src/rdkafka_sasl.c:545:
undefined reference to `sasl_done'
collect2: ld returned 1 exit status
make: *** [kafkacat] Error 1
┌─[✗]─[19:27:06]─[cavanaug@san-hdp-gateway-1
:~/src_internet/git_src/kafkacat]

On Sat, Dec 12, 2015 at 12:01 PM, Magnus Edenhill [email protected]
wrote:

Hey,

I can't reproduce this on latest kafkacat master (with latest librdkafka
master).
What version are you on?

maglun@bib:$ kafkacat -b localhost -q -o beginning -e -t newt2 | wc -l
100
maglun@bib:
$ kafkacat -b localhost -q -o -1000 -e -c 1000 -t newt2 | wc -l
100
maglun@bib:~$ kafkacat -b localhost -q -o -75 -e -c 1000 -t newt2 | wc -l
75


Reply to this email directly or view it on GitHub
#56 (comment).

from kcat.

edenhill avatar edenhill commented on June 12, 2024

That's a librdkafka build issue, it seems to find the sasl headers but not the library.
Could you try installing the cyrus-sasl-devel and possibly cyrus-sasl-2 ?

from kcat.

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.