benthos-plugin-example icon indicating copy to clipboard operation
benthos-plugin-example copied to clipboard

Benthos plugin examples

Results 7 benthos-plugin-example issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220817201139-bc19a97f63c8 to 0.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20220817201139-bc19a97f63c8&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

For users that have plugins and parse their configs outside of the `service` package there was a regression when Benthos moved from yaml.v2 to yaml.v3, which manifests as certain components...

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases. sdk/internal/v1.6.0 1.6.0 (2024-04-16) Features Added Options types for SetBodilessMatcher and SetDefaultMatcher now embed RecordingOptions Added a collection of...

dependencies

Updates project as it requires 1.23.0 ``` 0.170 go: go.mod requires go >= 1.23.0 (running go 1.22.7; GOTOOLCHAIN=local) ```

Hi, Are there any option to generate html/markdown documentation for the custom builds? I found [docs_gen](https://github.com/redpanda-data/connect/tree/main/cmd/tools/docs_gen) but it is not exported as package.

enhancement

Users will have to do the following if they wish to use enterprise components in custom builds: ```go package main import ( "context" "github.com/redpanda-data/benthos/v4/public/service" "github.com/redpanda-data/connect/v4/public/license" // Import full suite of...