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

Unable to add Azure Event Hubs client package for rust #1991

Open
alaeddineG opened this issue Jan 14, 2025 · 2 comments
Open

Unable to add Azure Event Hubs client package for rust #1991

alaeddineG opened this issue Jan 14, 2025 · 2 comments
Assignees
Milestone

Comments

@alaeddineG
Copy link

Trying to follw the documentation to create an Event Hub Client with rust but Im having the follwoing issue

❯ cargo init evh-client
    Creating binary (application) package
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
❯ cd evh-client
❯ cargo add azure_messaging_eventhubs

    Updating crates.io index
error: the crate `azure_messaging_eventhubs` could not be found in registry index.

Besides, the link to the crate docs.rs leads nowhere

@github-project-automation github-project-automation bot moved this to Untriaged in Azure SDK Rust Feb 5, 2025
@RickWinter RickWinter moved this from Untriaged to In Progress in Azure SDK Rust Feb 5, 2025
@RickWinter RickWinter added this to the 2025-02 milestone Feb 5, 2025
@RickWinter
Copy link
Member

We are finalizing the crate and expect to publish it in the near future.

/cc: @ronniegeraghty , @LarryOsterman

@ronniegeraghty
Copy link
Member

Hi @alaeddineG,
The event hubs crate in our main branch isn't published to crates.io yet. Like @RickWinter mentioned, expect it to be published in the near future.
However, you can take a git base dependency on the crate now to start trying it out.
Specifying dependencies from git repositories

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

4 participants