Skip to content

Commit

Permalink
Add info about ordered consumer config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarema committed Sep 29, 2022
1 parent 5585135 commit 752e7df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion adr/ADR-17.md
Expand Up @@ -42,8 +42,10 @@ Checks:
- durable_name: must not be provided
- deliver_subject: must not be provided
- ack policy: must not be provided or set to none. Set it to none if it is not provided.
- max_deliver: must be not be provided or set to 1. Set it to 1 if it is not provided.
- max_deliver: must not be provided or set to 1. Set it to 1 if it is not provided.
- flow_control: must not be provided or set true. Set it to true if it is not provided.
- mem_storage: must not be provided or set to true. Set to true if it is not provided.
- num_replicas: must not be provided. Set to 1.

This comment has been minimized.

Copy link
@ripienaar

ripienaar Sep 29, 2022

Contributor

why are these consumers not direct? They are memory and r1 and even more optimised than above

This comment has been minimized.

Copy link
@ripienaar

ripienaar Sep 29, 2022

Contributor

Not a huge fan of them personally as they dont show up in consumer list api which make debugging hard - but they are lighter and we might be able to fix them being hidden


Check and set these settings without an error:

Expand Down

0 comments on commit 752e7df

Please sign in to comment.