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
CloudEventDeserializer by cloudevents-json-jackson throws an exception when an invalid extension key is included.
Since the extension attribute is not a required value, why don't CloudEventDeserializer ignore invalid attributes and run Deserialize?
I changed to ignore the invalid extensionName in CloudEventDeserializer.
The text was updated successfully, but these errors were encountered:
CloudEventDeserializer by cloudevents-json-jackson throws an exception when an invalid extension key is included.
Since the extension attribute is not a required value, why don't CloudEventDeserializer ignore invalid attributes and run Deserialize?
I changed to ignore the invalid extensionName in CloudEventDeserializer.
The text was updated successfully, but these errors were encountered: