Harleen Mann
Harleen Mann
I am running in a docker container that runs node red. I install this, but when i try to run it, it throws this error: [red] Uncaught Exception: 6 Dec...
As I am reading through Cronicle, I have a ton of questions, suggestions and requests. github issues may not be the right place. So my ask to have a chat/forum...
## Summary Ability to store credentials/secrets, and use them in plugins. This is a feature request, unless it already exists and I am not aware of. ## An example Take...
consider the below config: ``` processors: - log: level: DEBUG message: '${! content() + meta() }' ``` The above will fail; meta().string() should be used instead. Expected: benthos should log...
Using benthos v4.3.0 Using redis Issue: While using `input.redis_streams`, when specific `body_key` is not present on the stream event, the event is neither ACKed not NACKed. Workaround: As soon as...
In the inbuilt UX (at /swagger-stats/), currently doesnt have the ability to create rules for alerts and then notify users/admins. In my belief, this feature will be greatly received by...
To create a chain with input as a readable stream, the first element of the constructor's streamItem[] can be a `readable stream`. However, it would be great to have the...
### ⚠️ Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find similar feature request ### 🏷️ Feature Request Type Other ###...
I have enabled the 'Render model outputs as Markdown' option for the UI. However, it does not render tables. e.g. the below is rendered as is: Here is the action...