Skip to content

Support Receiving Binary CloudEvents #126

Closed
@grant

Description

@grant

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions