Skip to content

Commit

Permalink
Fix doc formatting for processing guarantees (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
stereosky authored Jul 9, 2024
1 parent 892535d commit be5d108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuring Quix Streams Application
# Configuring Quix Streams Applications

`quixstreams.Application` class is the main place to configure Quix Streams applications.

Expand Down Expand Up @@ -37,7 +37,7 @@ See more `auto.offset.reset` in this [article](https://www.quix.io/blog/kafka-au

- **`processing_guarantee`** - Use "at-least-once" or "exactly-once" processing guarantees.
See [Processing Guarantees](#processing-guarantees) for more information.
**Options**: `"at-least-once"` or `"exactly-once".
**Options** - `"at-least-once"` or `"exactly-once"`.
**Default** - `"at-least-once"`.

## Authentication
Expand Down

0 comments on commit be5d108

Please sign in to comment.