-
Notifications
You must be signed in to change notification settings - Fork 181
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
Exitpoint Stage #3564
Exitpoint Stage #3564
Conversation
You missed |
src/main/java/org/prebid/server/handler/openrtb2/AmpHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/handler/openrtb2/AmpHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/handler/openrtb2/AuctionHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/handler/openrtb2/AuctionHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/org/prebid/server/handler/openrtb2/AuctionHandler.java
Outdated
Show resolved
Hide resolved
final Endpoint endpoint = context.getEndpoint(); | ||
|
||
return stageExecutor(StageWithHookType.EXITPOINT, ENTITY_HTTP_RESPONSE, context, account, endpoint) | ||
.withInitialPayload(ExitpointPayloadImpl.of(responseHeaders, responseBody)) |
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.
Perhaps we need to wrap responseHeaders
in an unmodifiable implementation. @And1sS what do you think?
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.
do you mean we want to make module to recreate the full map instead of updating what is passed? it will be an additional step for the module creators
src/main/java/org/prebid/server/proto/openrtb/ext/response/ExtTraceActivityInfrastructure.java
Outdated
Show resolved
Hide resolved
# Conflicts: # src/test/java/org/prebid/server/hooks/execution/HookStageExecutorTest.java
🔧 Type of changes
✨ What's the context?
prebid/prebid-server#4044
🧠 Rationale behind the change
Why did you choose to make these changes? Were there any trade-offs you had to consider?
🔎 New Bid Adapter Checklist
🧪 Test plan
How do you know the changes are safe to ship to production?
🏎 Quality check