firebolt icon indicating copy to clipboard operation
firebolt copied to clipboard

Golang framework for streaming ETL, observability data pipeline, and event processing apps

Results 10 firebolt issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.28.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.28.0&new-version=1.33.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 it yourself. You can also trigger a...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

While working on #45, I am noticing that Elasticsearch metrics (presumably others, but I have not checked) could improve their self-descriptiveness by following https://prometheus.io/docs/practices/naming/#metric-names, in particular: `...should have a suffix...

Hello, Nice work on this project - it looks really cool! My shop is looking at using this as the base for a golang stream processor. We have existing SPs...

Firebolt does not support multiple executors in a single go executable. Either fix this limitation, or directly support the configuration of multiple sources within a single executor. Today this can...

Some types of applications have a need to directly / programatically inject events (all events? some additional events?) to their Source for processing. This is possible today but it bypasses...

This git repo too cursed with documentation problem.no body knows how your system needs to be integrated and setup etl. you need to give examples like how to consume rest...

Its not really an issue but I'm wondering if is it possible to have multiple kafka topic in the source with the same node processing the message? Thank you.

1. Source can't connect to kafka\other resource - executor wait 10 sedonds (https://github.com/digitalocean/firebolt/blob/223d445912e74ffe1d039584a89df03a222ae954/executor/executor.go#L264) 2. During this period of time, a shutdown message is received by app (https://github.com/digitalocean/firebolt/blob/223d445912e74ffe1d039584a89df03a222ae954/executor/executor.go#L271) 3. Executor try...

examples/run.sh has error for it wil panic when run into the code for waiting services to start ![d2d5c41e4dd540b9b5e95e1f26446efc](https://github.com/digitalocean/firebolt/assets/26030229/5af3fd02-c563-4df9-9209-b09e4b8eed0e) fixed it with the code and now it's ok ![2ee8da95fceb43adaef5d55ed550999c](https://github.com/digitalocean/firebolt/assets/26030229/122fd610-300e-4f64-835f-51442fa10d99)