How to handle buffer data between processors chain #2203
Closed
licongchao
started this conversation in
General
Replies: 2 comments
-
Hey @licongchao, there are buffer plugins which sound like they suit your use case better: https://pkg.go.dev/github.com/benthosdev/benthos/v4@v4.23.0/public/service#Environment.RegisterBatchBuffer Converting to a discussion as per #2026 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for quick response. It's a genius design. The docs of RegiserXXX inspired me. i can also add external channel into Benthos if there is no need to reuse this component. |
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
-
Benthos is fantastic. I'm looking into it to solve some data processing requirements.
The requirements is to collect data from external service and do some data processing. i already added a customized input and working on the customized processor. The processor output should be buffered when specific logic/condition meets (Wait for other data to arrive and do periodical timer to deliver output result).
Is this logic suitable to be placed in the processor?
Beta Was this translation helpful? Give feedback.
All reactions