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
If I replace "long" e.g. with "string" I am able to produce, but when I'm using any combination of double, float, long and int, I'm getting the described error.
Maybe it has something to do with the fact that unions may not contain more than one schema with the same type (since there is only the number type in Typescript)?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi together,
I am running into the following error when I try to produce a message:
ConfluentSchemaRegistryValidationError: invalid ["null", "boolean", "double", "long"]: true
The schema was previously registered and the relevant part looks like this:
If I replace "long" e.g. with "string" I am able to produce, but when I'm using any combination of
double
,float
,long
andint
, I'm getting the described error.Maybe it has something to do with the fact that unions may not contain more than one schema with the same type (since there is only the
number
type in Typescript)?Thanks in advance!
The text was updated successfully, but these errors were encountered: