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

"this" should be "self" #708

Merged
merged 1 commit into from
Jul 13, 2017

Conversation

sfrooster
Copy link
Contributor

Publishing (KafkaClient) / Consuming (KafkaClient and ConsumerGroup) to a "fresh" broker (no topics), there are two issues:

  • I receive "LeaderNotAvailable"
  • A null reference exception happens at client.js#541

This fixes the null reference exception.

I still receive "LeaderNotAvailable", followed by "BrokerNotAvailableError: Could not find the leader" and then eventually publishing starting working so there's some timing issue, but I'll look into that separately.

Signed-off-by: Michael Haan haanmd@gmail.com

Signed-off-by: Michael Haan <haanmd@gmail.com>
@hyperlink hyperlink merged commit 3fecae2 into SOHU-Co:master Jul 13, 2017
@hyperlink
Copy link
Collaborator

Thanks for the PR!

@sfrooster sfrooster deleted the fix_send_refreshBrokerMetadata branch July 13, 2017 05:29
@hyperlink
Copy link
Collaborator

Published as 2.0.1

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

Successfully merging this pull request may close these issues.

2 participants