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
Hi, we have a Kafka topic with values of Avro type union of two Avro types (any message is of one or another type). When we have union types for fields, we know how to work with them in the Avro Hugger context, but when the union is top level, do you know a way to define an ad hoc type that is simply the union of the two explicit types? Thank you
in an attempt to define a Serde for an Either type i realize that Avro spec must mention how to serde unions, do you know more details? thank you
(i would imagine a header which indicates which particular type is instance by instance, so that both Serializer and Deserializer must first serde this type discriminator and then that type which is valid for that instance), so serializer below is not correct for sure even if it compiles)
Hi, we have a Kafka topic with values of Avro type union of two Avro types (any message is of one or another type). When we have union types for fields, we know how to work with them in the Avro Hugger context, but when the union is top level, do you know a way to define an ad hoc type that is simply the union of the two explicit types? Thank you
in an attempt to define a Serde for an Either type i realize that Avro spec must mention how to serde unions, do you know more details? thank you
(i would imagine a header which indicates which particular type is instance by instance, so that both Serializer and Deserializer must first serde this type discriminator and then that type which is valid for that instance), so serializer below is not correct for sure even if it compiles)
julianpeeters/sbt-avrohugger#82
The text was updated successfully, but these errors were encountered: