-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Add support to a sink buffer, to avoid round-trips on every incoming request.
The buffer should be configurable through the configuration file: #3.
The buffer should have a configurable timeout too, something like, "100 messages OR 1 second" and it could be adjustable per sink.
routes:
- path: "/foo"
sink:
adapter: redis
uri: "redis://[USER]:[PASSWORD]@[IP]:[PORT]"
buffer:
size: 100
timeout: 1sdocument that sink buffers are volatile and shouldn't be used for situations that there is no tolerance for message dropping.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels