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

fix: locale-specific formatting due to MessageFormat.format() #1390

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

ankitk-me
Copy link
Contributor

@ankitk-me ankitk-me commented Jan 31, 2025

When we have a schema ID (int), that's more than 3 digit, catalog handler unable to pull schema.

Cause:
MessageFormat.format() treats numbers according to locale-specific formatting rules. By default, it inserts a thousands separator (comma in some locales) when formatting numbers larger than 999.

Screenshot 2025-01-31 at 10 07 12 AM

Fixes #1391

@jfallows jfallows merged commit 869533f into aklivity:develop Jan 31, 2025
5 checks passed
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.

Schema Retrieval Failure Causes Validation Error in Zilla
2 participants