We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7994ca0 commit 53b8a2eCopy full SHA for 53b8a2e
docs/design/4940-reliable-loki-pipelines.md
@@ -102,8 +102,7 @@ Pros:
102
* Increase throughput of log pipelines.
103
* A way to signal back to the source
104
* Iterator-like pipeline - one entry at a time
105
-* Transaction semantics provide better error handling
106
-* Aligns with Prometheus patterns already in use
+* Transaction semantics, sources have better control on when a batch should be aborted.
107
Cons:
108
* We need to rewrite all loki components with this new pattern and make them safe to call in parallel.
109
* More complex API
0 commit comments