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

[BUG] It doesn't seemj "schema registry endpoint" is a thing #25864

Closed
lmazuel opened this issue Dec 7, 2021 · 0 comments · Fixed by #26703
Closed

[BUG] It doesn't seemj "schema registry endpoint" is a thing #25864

lmazuel opened this issue Dec 7, 2021 · 0 comments · Fixed by #26703
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Docs Bug Bash Issues originating from the Documentation Bug Bash Schema Registry

Comments

@lmazuel
Copy link
Member

lmazuel commented Dec 7, 2021

Looking at the sample:
https://docs.microsoft.com/en-us/java/api/overview/azure/data-schemaregistry-readme?view=azure-java-stable

TokenCredential tokenCredential = new DefaultAzureCredentialBuilder().build();

SchemaRegistryClient schemaRegistryClient = new SchemaRegistryClientBuilder()
    .fullyQualifiedNamespace("{schema-registry-endpoint")
    .credential(tokenCredential)
    .buildClient();

"schema-registry-endpoint" is not really a thing, since we need to pass EventHub endpoint. I got lost in the schema registry view on the portal, before I understand I have to go back to EH page.

I'd like to see something like:
# Namespace should be similar to: '<your-eventhub-namespace>.servicebus.windows.net/'

@lmazuel lmazuel added Client This issue points to a problem in the data-plane of the library. Schema Registry Docs Bug Bash Issues originating from the Documentation Bug Bash labels Dec 7, 2021
@ramya-rao-a ramya-rao-a added this to the [2022] February milestone Jan 12, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Docs Bug Bash Issues originating from the Documentation Bug Bash Schema Registry
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants