[ ] 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
PR #6185 removed support for the following syntax for preserving dynamic keys of dictionary objects while mapping their values:
As suggested in the description of PR #6185, this pattern can be replaced with a
->mapValues
method call:This PR tentatively implements that
->mapValues
method, filing it away in thefuture::
namespace to indicate it hasn't been shipped yet.