Serge Matsevilo

Results 6 comments of Serge Matsevilo

I have the same issue. Consider this scenario: - ClassA has methodA that calls sh. - ClassB has method that create new instance of ClassA and calls it methodA. -...

I was able to work around this issue by adding this code to setUp() in the test class. `InterceptingGCL.interceptClassMethods(ClassA.metaClass, helper, binding) `

Perhaps, I'm missing the point. [AVRO-3047] states that the namespace of the schema is expected to match the namespace of the C# class. It is not clear to me why...

The problem is caused by this code in Confluent.SchemaRegistry.Serdes.Avro/SpecificDeserializerImpl.cs, line 146: `return datumReader.Read(default(T), new BinaryDecoder(stream)); ` Even the Deserializer class knows **exactly** what type it needs to deserialize to, it...

I made code changes as suggested. Please try it. It works from USA today with and without the changes. However, there are random 401 errors are occurring during the testing.