@@ -118,16 +118,24 @@ There you will find Express.js, TypeScript and Websocket examples.
118
118
119
119
## Supported specification features
120
120
121
- | | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/tree/v1.0 ) |
121
+ | Core Specification | [ v0.3] ( v03spec ) | [ v1.0] ( v1spec ) |
122
122
| ----------------------------- | --- | --- |
123
123
| CloudEvents Core | :heavy_check_mark : | :heavy_check_mark : |
124
- | AMQP Protocol Binding | :x : | :x : |
124
+ ---
125
+
126
+ | Event Formats | [ v0.3] ( v03spec ) | [ v1.0] ( v1spec ) |
127
+ | ----------------------------- | --- | --- |
125
128
| AVRO Event Format | :x : | :x : |
126
- | HTTP Protocol Binding | :heavy_check_mark : | :heavy_check_mark : |
127
129
| JSON Event Format | :heavy_check_mark : | :heavy_check_mark : |
130
+ ---
131
+
132
+ | Transport Protocols | [ v0.3] ( v03spec ) | [ v1.0] ( v1spec ) |
133
+ | ----------------------------- | --- | --- |
134
+ | AMQP Protocol Binding | :x : | :x : |
135
+ | HTTP Protocol Binding | :heavy_check_mark : | :heavy_check_mark : |
128
136
| Kafka Protocol Binding | :x : | :x : |
137
+ | MQTT Protocol Binding | :x : | :x : |
129
138
| NATS Protocol Binding | :x : | :x : |
130
- | STAN Protocol Binding | :x : | :x : |
131
139
132
140
## Community
133
141
@@ -147,3 +155,6 @@ There you will find Express.js, TypeScript and Websocket examples.
147
155
We love contributions from the community! Please check the
148
156
[ Contributor's Guide] ( https://github.com/cloudevents/sdk-javascript/blob/master/CONTRIBUTING.md )
149
157
for information on how to get involved.
158
+
159
+ [ v1spec ] : https://github.com/cloudevents/spec/tree/v1.0
160
+ [ v103pec ] : https://github.com/cloudevents/spec/tree/v0.3
0 commit comments