sdk-ruby
sdk-ruby copied to clipboard
Ruby SDK for CloudEvents
This SDK appears to have stalled at 0.7, do you need some help?
A list of the items to remove: * `HttpContentError` * `HttpBinding#decode_rack_env` * `HttpBinding#encode_structured_content` * `HttpBinding#encode_batched_content` * `HttpBinding#encode_binary_content` * `:attributes` keyword argument for V0 and V1 event classes * `deprecated_name` positional...
👋 https://github.com/cloudevents/spec/blob/main/cloudevents/bindings/kafka-protocol-binding.md contains a few intricacies which differ from the http specification, making the existing bindings this sdk supports unsuitable for kafka transport. Currently our org extends the http binding...
When extra attributes are added to the CloudEvent, they are not being checked for compliance. The spec says: ``` CloudEvents attribute names MUST consist of lower-case letters ('a' to 'z')...