-
Notifications
You must be signed in to change notification settings - Fork 17
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
base: main
Are you sure you want to change the base?
Conversation
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"); |
There was a problem hiding this comment.
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> { |
There was a problem hiding this comment.
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
No description provided.