This PR goes into the next branch to modify docs that only exist there. It should be merged the next time dev is merged into next, after https://github.com/apollographql/router/pull/6139 is merged into dev.
[ ] events - Stress test for events with a lot of users and deduplication ENABLED
[ ] events_big_cap_high_rate - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity
[ ] events_big_cap_high_rate_callback - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity using callback mode
[ ] events_callback - Stress test for events with a lot of users and deduplication ENABLED in callback mode
[ ] events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
[ ] events_without_dedup_callback - Stress test for events with a lot of users and deduplication DISABLED using callback mode
Remove mentions in doc of a config key that is being removed in https://github.com/apollographql/router/pull/6139
This PR goes into the
next
branch to modify docs that only exist there. It should be merged the next timedev
is merged intonext
, after https://github.com/apollographql/router/pull/6139 is merged intodev
.The required migration is in #6139.