Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow implementations to export log records with duplicate keys in a map as opt-in #3987

Merged
merged 25 commits into from
Apr 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update specification/logs/data-model.md
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
pellared and mx-psi authored Apr 10, 2024
commit 75b0518060c7ca91d2537b175eb62e2ddeaa2728
2 changes: 1 addition & 1 deletion specification/logs/data-model.md
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ The SDK MUST by default ensure that the exported maps contain only unique keys.
The SDK MAY have an option to allow exporting maps with duplicated keys
pellared marked this conversation as resolved.
Show resolved Hide resolved
(e.g. for better performance).
If such option is provided, it MUST be documented that for many receivers,
pellared marked this conversation as resolved.
Show resolved Hide resolved
handling of maps with duplicated keys is unpredictable and it the users'
handling of maps with duplicated keys is unpredictable and it is the users'
responsibility to ensure keys are not duplicated.

### Field Kinds