Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Benthos to Redpanda Connect #2291

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions site/content/community/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ considering their efforts before starting your own!

### Network

| Name | Description |
|:--------------|----------------------------------------------------------|
| [Benthos][30] | implements 3rd party extension via [WASM processor][31] |
| [dapr][15] | implements 3rd party extension via [WASM middleware][16] |
| [mosn][9] | implements 3rd party extension via [proxy-wasm][10] |
| Name | Description |
|:-----------------------|------------------------------------------------------------------------------------------------------|
| [Redpanda Connect][30] | implements 3rd party extension via [WASM processor][31] and [Redpanda Data Transform processor][45] |
| [dapr][15] | implements 3rd party extension via [WASM middleware][16] |
| [mosn][9] | implements 3rd party extension via [proxy-wasm][10] |

### Security

Expand Down Expand Up @@ -140,9 +140,9 @@ experience.

[29]: https://github.com/stealthrocket/wazergo

[30]: https://www.benthos.dev/
[30]: https://docs.redpanda.com/redpanda-connect

[31]: https://www.benthos.dev/docs/components/processors/wasm
[31]: https://docs.redpanda.com/redpanda-connect/components/processors/wasm/

[32]: https://github.com/stealthrocket/wzprof

Expand All @@ -169,3 +169,6 @@ experience.
[43]: https://github.com/gen2brain/webp

[44]: https://github.com/wesql/wescale

[45]: https://docs.redpanda.com/redpanda-connect/components/processors/redpanda_data_transform/

Loading