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

Attribute anonymizer #235

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Attribute anonymizer #235

wants to merge 7 commits into from

Conversation

madox2
Copy link
Contributor

@madox2 madox2 commented Nov 27, 2024

This is an initial implementation of attribute anonymizer

@@ -49,8 +54,12 @@ public class ExportMiningConsumerWorker extends AbstractWriterConsumerWorker<Exp
private int processedRoleIterator = 0;
private int processedUserIterator = 0;
private int processedOrgIterator = 0;
private final SequentialAnonymizer defaultAttributeNameAnonymizer = new SequentialAnonymizer("default_attr");
private final SequentialAnonymizer extensionAttributeNameAnonymizer = new SequentialAnonymizer("extension_attr");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please verify if this work on multiple threads.

@madox2 madox2 marked this pull request as draft November 27, 2024 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants