Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

(TWILL-260) Upgrade version of zkclient - library that kafka is using. #69

Closed
wants to merge 1 commit into from

Conversation

yufeldman
Copy link

  • current version of zkclient (0.3) that kafka_2.10 version 0.8.0 is using is buggy
    it does not handle well sasl authenticate and connected events
    fix was done in zkclient 0.7
  • instead of more invasive change of upgrading kafka (API changes)
    zkclient upgrade should be rather painless and fix issues with inability to connect when sasl is enabled
    especially with fast network that creates race condition between sasl authentication and connected zk events

- current version of zkclient (0.3) that kafka_2.10 version 0.8.0 is using is buggy
  it does not handle well sasl authenticate and connected events
  fix was done in zkclient 0.7
- instead of more invasive change of upgrading kafka (API changes)
  zkclient upgrade should be rather painless and fix issues with inability to connect when sasl is enabled
  especially with fast network that creates race condition between sasl authentication and connected zk events
@asfgit asfgit closed this in b25f403 Jan 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant