@@ -191,37 +191,37 @@ There you will find Express.js, TypeScript and Websocket examples.
191191
192192| Core Specification | [ v0.3] ( https://github.com/cloudevents/spec/blob/v0.3/spec.md ) | [ v1.0] ( https://github.com/cloudevents/spec/blob/v1.0/spec.md ) |
193193| ------------------ | ------------------------------------------------------------- | ------------------------------------------------------------- |
194- | CloudEvents Core | :heavy_check_mark : | :heavy_check_mark : |
194+ | CloudEvents Core | :white_check_mark : | :white_check_mark : |
195195
196196---
197197
198198| Event Formats | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/blob/v1.0/spec.md#event-format ) |
199199| ----------------- | ----------------------------------------------------- | ----------------------------------------------------- |
200200| AVRO Event Format | :x : | :x : |
201- | JSON Event Format | :heavy_check_mark : | :heavy_check_mark : |
201+ | JSON Event Format | :white_check_mark : | :white_check_mark : |
202202
203203---
204204
205205| Protocol Bindings | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/blob/v1.0/spec.md#protocol-binding ) |
206206| ---------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
207207| AMQP Protocol Binding | :x : | :x : |
208- | HTTP Protocol Binding | :heavy_check_mark : | :heavy_check_mark : |
209- | Kafka Protocol Binding | :x : | :heavy_check_mark : |
210- | MQTT Protocol Binding | :heavy_check_mark : | :x : |
208+ | HTTP Protocol Binding | :white_check_mark : | :white_check_mark : |
209+ | Kafka Protocol Binding | :x : | :white_check_mark : |
210+ | MQTT Protocol Binding | :white_check_mark : | :x : |
211211| NATS Protocol Binding | :x : | :x : |
212212
213213---
214214
215215| Content Modes | [ v0.3] ( https://github.com/cloudevents/spec/tree/v0.3 ) | [ v1.0] ( https://github.com/cloudevents/spec/blob/v1.0/http-protocol-binding.md#13-content-modes ) |
216216| ---------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
217- | HTTP Binary | :heavy_check_mark : | :heavy_check_mark : |
218- | HTTP Structured | :heavy_check_mark : | :heavy_check_mark : |
219- | HTTP Batch | :heavy_check_mark : | :heavy_check_mark : |
220- | Kafka Binary | :heavy_check_mark : | :heavy_check_mark : |
221- | Kafka Structured | :heavy_check_mark : | :heavy_check_mark : |
222- | Kafka Batch | :heavy_check_mark : | :heavy_check_mark :
223- | MQTT Binary | :heavy_check_mark : | :heavy_check_mark : |
224- | MQTT Structured | :heavy_check_mark : | :heavy_check_mark : |
217+ | HTTP Binary | :white_check_mark : | :white_check_mark : |
218+ | HTTP Structured | :white_check_mark : | :white_check_mark : |
219+ | HTTP Batch | :white_check_mark : | :white_check_mark : |
220+ | Kafka Binary | :white_check_mark : | :white_check_mark : |
221+ | Kafka Structured | :white_check_mark : | :white_check_mark : |
222+ | Kafka Batch | :white_check_mark : | :white_check_mark :
223+ | MQTT Binary | :white_check_mark : | :white_check_mark : |
224+ | MQTT Structured | :white_check_mark : | :white_check_mark : |
225225
226226## Community
227227
0 commit comments