mirror of https://github.com/knative/docs.git
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:
parent
1fcf66ce9a
commit
40762a0652
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue