Closed
Description
Expected Behavior
The SDK should support receiving binary CloudEvents.
Actual Behavior
It looks like the SDK does not completely support binary CloudEvents because there are unimplemented methods used for detecting if a request is a binary CloudEvent.
https://github.com/cloudevents/sdk-python/blob/master/cloudevents/sdk/converters/base.py#L20
Call stack:
- from_http
- is_binary
- binary_parser.can_read
- This fails because this part is not implemented.
virtualenv env
source env/bin/activate
python json_sample_server.py
Metadata
Metadata
Assignees
Labels
No labels