blankensteiner commented on code in PR #253: URL: https://github.com/apache/pulsar-dotpulsar/pull/253#discussion_r1958385254
########## src/DotPulsar/DotPulsar.csproj: ########## @@ -24,6 +24,7 @@ </PropertyGroup> <ItemGroup> + <PackageReference Include="Apache.Avro" Version="1.12.0" /> Review Comment: Maybe reflection? You can check for implementation of ISpecificRecord where you are already using reflection to check for the _SCHEMA field :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
