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

Exclude zookeeper dependency from the project #118

Open
danielezonca opened this issue Oct 31, 2023 · 1 comment
Open

Exclude zookeeper dependency from the project #118

danielezonca opened this issue Oct 31, 2023 · 1 comment
Assignees

Comments

@danielezonca
Copy link
Contributor

Zookeeper is a transitive dependency in ModelMesh (see litelinks-core and kv-utils) but it is not used when ModelMesh is used in K8s via modelmesh-serving controller so it should be possible to remove it.
The main benefit of this is to reduce the dependency tree thus the surface attack of the project when used in K8s.

The usage of ModelMesh "core" as standalone component with Zookeeper is not really a documented/supported use case but it should remain possible adding Zookeeper back manually.

@njhill njhill self-assigned this Nov 15, 2023
@njhill
Copy link
Member

njhill commented Nov 18, 2023

For now we can update zookeeper to avoid the CVE: #128

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