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 892535d commit be5d108Copy full SHA for be5d108
docs/configuration.md
@@ -1,4 +1,4 @@
1
-# Configuring Quix Streams Application
+# Configuring Quix Streams Applications
2
3
`quixstreams.Application` class is the main place to configure Quix Streams applications.
4
@@ -37,7 +37,7 @@ See more `auto.offset.reset` in this [article](https://www.quix.io/blog/kafka-au
37
38
- **`processing_guarantee`** - Use "at-least-once" or "exactly-once" processing guarantees.
39
See [Processing Guarantees](#processing-guarantees) for more information.
40
-**Options**: `"at-least-once"` or `"exactly-once".
+**Options** - `"at-least-once"` or `"exactly-once"`.
41
**Default** - `"at-least-once"`.
42
43
## Authentication
0 commit comments