-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @scMarkus, from the docs here, a value of 1 (100%) would indicate a that the sink is never idle. Which means there are always events to process. I would also examine the buffer metrics to get a better picture. For better performance, we will probably have to make the |
Beta Was this translation helpful? Give feedback.
-
@pront thanks a lot for your response. |
Beta Was this translation helpful? Give feedback.
Hi @scMarkus, from the docs here, a value of 1 (100%) would indicate a that the sink is never idle. Which means there are always events to process. I would also examine the buffer metrics to get a better picture.
For better performance, we will probably have to make the
file
sink more efficient. For example, see existing issue: #20394