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: Unable to assemble data #1002

Open
2 tasks done
thynson opened this issue Jun 15, 2018 · 1 comment
Open
2 tasks done

Error: Unable to assemble data #1002

thynson opened this issue Jun 15, 2018 · 1 comment

Comments

@thynson
Copy link

thynson commented Jun 15, 2018

Questions?

We recently struggled with a HighLevelComsumer error, with message "Unable to assemble data",
raised from here. What could be the reason cause such error, or it's a bug of this library?
stacktrace:

FailedToRebalanceConsumerError
    at new FailedToRebalanceConsumerError (/home/git/xxxxxxxxxxxx/node_modules/_kafka-node@2.6.1@kafka-node/lib/errors/FailedToRebalanceConsumerError.js:11:9)
    at /home/git/xxxxxxxxxxxx/node_modules/_kafka-node@2.6.1@kafka-node/lib/highLevelConsumer.js:190:39
    at /home/git/xxxxxxxxxxxx/node_modules/_kafka-node@2.6.1@kafka-node/lib/highLevelConsumer.js:490:9
    at /home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:3888:9
    at /home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:473:16
    at iterateeCallback (/home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:988:17)
    at /home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:969:16
    at /home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:3885:13
    at /home/git/xxxxxxxxxxxx/node_modules/_kafka-node@2.6.1@kafka-node/lib/highLevelConsumer.js:381:11
    at /home/git/xxxxxxxxxxxx/node_modules/_kafka-node@2.6.1@kafka-node/lib/zookeeper.js:217:9
    at /home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:3888:9
    at /home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:473:16
    at iterateeCallback (/home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:988:17)
    at /home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:969:16
    at /home/git/xxxxxxxxxxxx/node_modules/_async@2.6.1@async/dist/async.js:3885:13
    at /home/git/xxxxxxxxxxxx/node_modules/_kafka-node@2.6.1@kafka-node/lib/zookeeper.js:170:19

Environment

  • Node version: 8.6.0
  • Kafka-node version: 2.6.1
  • Kafka version: 0.10

For specific cases also provide

  • Number of Brokers:
  • Number partitions for topic: 2

Include Sample Code to reproduce behavior

Thanks for your contribution!

@hyperlink
Copy link
Collaborator

Have you tried using KafkaClient instead of Client?

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