You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The convention we were using when we developed this registry was to register schemas with the name of the Avro schema, and Avro schema names cannot begin with digits.
I don't think that it would be problematic to change this, but that is the context for the current behavior.
When I register a new schema under the subject which name starts with a number, I get
404
response.Request:
Response:
404
Not FoundWith the subject starting with character, it works:
Request:
Response:
In comparison, Confluent Schema Registry accepts subjects with names starting with numbers.
The text was updated successfully, but these errors were encountered: