Skip to content

Commit 5d1f744

Browse files
authored
feat: add support for kafka transport (cloudevents#455)
This commit extends the `message` package to include Kafka transport. Additionally, some of the type information has changed across the project to more accurately reflect the type of `Message` (by including `T`). Related: cloudevents#390 Signed-off-by: Lance Ball <[email protected]>
1 parent 2ac731e commit 5d1f744

File tree

12 files changed

+762
-8909
lines changed

12 files changed

+762
-8909
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ There you will find Express.js, TypeScript and Websocket examples.
162162
| ---------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
163163
| AMQP Protocol Binding | :x: | :x: |
164164
| HTTP Protocol Binding | :heavy_check_mark: | :heavy_check_mark: |
165-
| Kafka Protocol Binding | :x: | :x: |
165+
| Kafka Protocol Binding | :x: | :heavy_check_mark: |
166166
| MQTT Protocol Binding | :x: | :x: |
167167
| NATS Protocol Binding | :x: | :x: |
168168

@@ -173,6 +173,9 @@ There you will find Express.js, TypeScript and Websocket examples.
173173
| HTTP Binary | :heavy_check_mark: | :heavy_check_mark: |
174174
| HTTP Structured | :heavy_check_mark: | :heavy_check_mark: |
175175
| HTTP Batch | :heavy_check_mark: | :heavy_check_mark: |
176+
| Kafka Binary | :heavy_check_mark: | :heavy_check_mark: |
177+
| Kafka Structured | :heavy_check_mark: | :heavy_check_mark: |
178+
| Kafka Batch | :heavy_check_mark: | :heavy_check_mark:
176179
## Community
177180

178181
- There are bi-weekly calls immediately following the [Serverless/CloudEvents

0 commit comments

Comments
 (0)