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.