Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 611 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 611 Bytes

Config

This directory shows some config examples. Some are real world applications, some are examples of config unit tests.

If you're looking for specific config examples for a use case you have then try generating one with the benthos create subcommand. For example, to create a config that reads Kafka messages, decodes them with a schema registry service, and writes them to NATS JetStream you could use the following command:

benthos create kafka/schema_registry_decode/nats_jetstream > example.yaml