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
Is there any intention to upgrade the referenced Confluent.SchemaRegistry.Serdes.* libraries to a latest version (2.x)?
As the reflection is used to create the Confluent serializers, the KafkaFlow SerDes fail with System.MissingMethodException: Constructor on type 'Confluent.SchemaRegistry.Serdes.JsonSerializer``1[[<MyType>]]' not found. if a project uses the Confluent.SchemaRegistry.Serdes. v2.0+.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear maintainers / contributors,
Is there any intention to upgrade the referenced Confluent.SchemaRegistry.Serdes.* libraries to a latest version (2.x)?
As the reflection is used to create the Confluent serializers, the KafkaFlow SerDes fail with
System.MissingMethodException: Constructor on type 'Confluent.SchemaRegistry.Serdes.JsonSerializer``1[[<MyType>]]' not found.
if a project uses the Confluent.SchemaRegistry.Serdes. v2.0+.Beta Was this translation helpful? Give feedback.
All reactions