Remove unstable to Kafka broker ordered delivery feature (#5148)

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
This commit is contained in:
Pierangelo Di Pilato 2022-07-28 14:01:37 +02:00 committed by GitHub
parent fa3e019fa2
commit 81a3294de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ The supported consumer delivery guarantees are:
* `unordered`: An unordered consumer is a non-blocking consumer that delivers messages unordered, while preserving proper offset management.
* `ordered`: An ordered consumer is a per-partition blocking consumer that waits for a successful response from the CloudEvent subscriber before it delivers the next message of the partition.
`unordered` is the default ordering guarantee, while **`ordered` is considered unstable, use with caution**.
`unordered` is the default ordering guarantee.
### Additional information