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

feat: Use ZooKeper client v3.6.3 #289

Merged
merged 11 commits into from
Dec 29, 2021

Conversation

DavidVujic
Copy link
Collaborator

Using the C client with version 3.6.3.

Description

Added new prebuilds for mac os x and windows.
The new client version has support for SSL.
Removed Solaris from the addon build process (not being able to verify that it works).

fixes #270
fixes #240

This version does support SSL. When building on Linux, make sure the OS has openssl installed. The install process of this zookeeper client (npm install) will build an Node.js AddOn with SSL enable when openssl is found on the machine.

fixes #136

How Has This Been Tested?

CircleCI build and test passed ✅

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

@DavidVujic DavidVujic merged commit 9a58819 into yfinkelstein:master Dec 29, 2021
@DavidVujic DavidVujic deleted the use_zookeeper_3_6_3 branch December 29, 2021 16:07
@DavidVujic DavidVujic mentioned this pull request Sep 3, 2023
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.

Client warns in zookeeper on close Update ZooKeeper client to v3.6.3 Mutual TLS Support
2 participants