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

Ian UI d2 1728 identity buckets oom #492

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

Ian-Nara
Copy link
Contributor

No description provided.

o.put("last_updated", APIDateTimeFormatter.format(lastUpdated));
resp.add(o);
if (modified.size() > getMaxIdentityBucketsResponseEntries()) {
ResponseUtil.ClientError(rc, "provided since_timestamp produced large response. please provide a more recent since_timestamp or remap all with /identity/map");
Copy link
Contributor

Choose a reason for hiding this comment

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

Assuming this text will actually be returned to the caller, can we say something like:
"The time period requested resulted in too many results. Please provide a more recent since_timestamp or re-map all with /identity/map"

import io.vertx.core.streams.ReadStream;
import io.vertx.core.streams.WriteStream;

public interface IModifiedBucketEncryptStream extends ReadStream<Buffer>, WriteStream<Buffer> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Might want to check UID2 Java Coding Guidelines in conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants