Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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 bento 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:

bento create kafka/schema_registry_decode/nats_jetstream > example.yaml