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
Similar issue reported in #1939 but for AvroDeserializer...
So when avro deserializer is called without (optional) parameter named ctx following Attribute Error is raised:
AttributeError: 'NoneType' object has no attribute 'topic'
in here:
deftopic_subject_name_strategy(ctx, record_name: Optional[str]) ->Optional[str]:
""" Constructs a subject name in the form of {topic}-key|value. Args: ctx (SerializationContext): Metadata pertaining to the serialization operation. record_name (Optional[str]): Record name. """>returnctx.topic+"-"+ctx.fieldEAttributeError: 'NoneType'objecthasnoattribute'topic'
Similar issue reported in #1939 but for AvroDeserializer...
So when avro deserializer is called without (optional) parameter named
ctx
following Attribute Error is raised:in here:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: