Is it possible to use Benthos as a transport layer only #1664
Unanswered
tukusejssirs
asked this question in
Q&A
Replies: 1 comment
-
Oops, I meant to reply to this sooner @tukusejssirs. Benthos does have Streams Mode which comes with a REST API. Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have learnt about Benthos only recently. I haven’t actually used it (yet), but I like it quite much, esp the delivery guarantees.
However, I prefer using Nest as my go-to backend framework. I was thinking about using Benthos as microservice transport (using event-based messaging style to execute some functions), however, I have no idea if it is possible.
From what I’ve read, it seems like Benthos is quite monolithic, therefore there is no separate transport layer (like TCP, KAFKA). However, if it is still possible, I’d like to create a custom transporter.
You might ask why. Well, the thing is that Benthos, while it is awesome, is configured (let’s say) at start time. I have a use case where I want to use change the config at runtime without restarting Benthos itself. I understand that Benthos is stateless, but the config seems to be static/non-changable after Benthos starts.
Beta Was this translation helpful? Give feedback.
All reactions