Skip to content

Commit

Permalink
feat: add support for kafka transport
Browse files Browse the repository at this point in the history
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: #390
Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Jan 7, 2022
1 parent 2ac731e commit fb6ee83
Show file tree
Hide file tree
Showing 12 changed files with 762 additions and 8,909 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ There you will find Express.js, TypeScript and Websocket examples.
| ---------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
| AMQP Protocol Binding | :x: | :x: |
| HTTP Protocol Binding | :heavy_check_mark: | :heavy_check_mark: |
| Kafka Protocol Binding | :x: | :x: |
| Kafka Protocol Binding | :x: | :heavy_check_mark: |
| MQTT Protocol Binding | :x: | :x: |
| NATS Protocol Binding | :x: | :x: |

Expand All @@ -173,6 +173,9 @@ There you will find Express.js, TypeScript and Websocket examples.
| HTTP Binary | :heavy_check_mark: | :heavy_check_mark: |
| HTTP Structured | :heavy_check_mark: | :heavy_check_mark: |
| HTTP Batch | :heavy_check_mark: | :heavy_check_mark: |
| Kafka Binary | :heavy_check_mark: | :heavy_check_mark: |
| Kafka Structured | :heavy_check_mark: | :heavy_check_mark: |
| Kafka Batch | :heavy_check_mark: | :heavy_check_mark:
## Community

- There are bi-weekly calls immediately following the [Serverless/CloudEvents
Expand Down
Loading

0 comments on commit fb6ee83

Please sign in to comment.