-
I would like to add nats and minio.
This is easy to do I think with the existing code base and is 100% golang.
NATS is easy.
Minio also easy and has SQL.
Do you use Benthos also for the tr…
ghost updated
5 years ago
-
Hello.
I have a few custom components for benthos implemented in my own repository and I have several teams using this custom runnable. Currently each team can configure logger, traces, metrics, et…
-
Hi @Jeffail, would you consider to expose `restartBackoff` options? It's necessary for me to run benthos as a service, which continuously consume new data from MongoDB/MySQL etc.
https://github.com…
-
Hello,
currently I am trying to read data from an mssql database via Benthos.
The database is secured with a password that contains special characters like "!" and "#"
I was unable to establish…
-
singer.io looks really nice. never knew there was an open agreed specification
Was wondering if you have any info about how to use it with singer as i am also a goang coder.
Also this reminds …
-
Nats is like Kafka but golang .
Has mqtt support
works great with benthos.
lower cou , easier to run and manage. No jvm etc.
Easy to upgrade on the fly using lane duck mode.
nsc for for…
-
This works:
```yaml
logger:
level: fatal
input:
generate:
mapping: root = {}
count: 1
pipeline:
processors:
- branch:
processors:
- http:
…
-
MySQL is a very common reliable RDS. However listening to events as CDC (change data capture) from MySQL has still rooms to grow as there are not many solutions readily available.
In order to creat…
-
Hello,
I'm in the process of doing some performance tests with Benthos. I'm following https://www.benthos.dev/docs/guides/performance_tuning as I go through the process.
This is my current confi…
-
**Is your feature request related to a problem? Please describe.**
I was testing CUE 0.5.0 to see if it addressed #1827 and found that `cue export` and `cue vet` were hanging indefinitely. I wrongl…