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

Update Schema Registry client #3135

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

mihaitodor
Copy link
Collaborator

This is a follow-up to twmb/franz-go#867.

Since sr.URLs() from franz-go doesn't validate URLs during client initialisation, I decided to leave our url.Parse() in there because this way we can catch malformed URLs on startup, before any HTTP requests are attempted.

Copy link
Collaborator

@rockwotj rockwotj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

This is a follow-up to twmb/franz-go#867.

Since `sr.URLs()` from franz-go doesn't validate URLs during
client initialisation, I decided to leave our `url.Parse()` in
there because this way we can catch malformed URLs on startup,
before any HTTP requests are attempted.

Signed-off-by: Mihai Todor <[email protected]>
@mihaitodor mihaitodor force-pushed the mihaitodor-update-schema-registry-client branch from b67f0a7 to f8c4599 Compare January 22, 2025 20:56
We forgot to do it in #3134

Signed-off-by: Mihai Todor <[email protected]>
@mihaitodor mihaitodor merged commit e6a224d into main Jan 22, 2025
4 checks passed
@mihaitodor mihaitodor deleted the mihaitodor-update-schema-registry-client branch January 22, 2025 21:35
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.

2 participants