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

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
This commit is contained in:
Knative Prow Robot 2022-07-28 13:11:37 +01:00 committed by GitHub
parent 1fcf66ce9a
commit 40762a0652
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