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

Support direct signaling for advancing advertiser cleanroom state #44

Conversation

amanjpro
Copy link
Contributor

This PR makes it possible to directly ping the backend of the Optable DCN to advance the state of the PAIR advertiser.
That way they don't need to wait for the pubsub notification to ping the backend.

This will help with local testing and system testing

pkg/cmd/cli/pair.go Outdated Show resolved Hide resolved
pkg/cmd/cli/pair.go Outdated Show resolved Hide resolved
pkg/cmd/cli/pair.go Outdated Show resolved Hide resolved
Comment on lines +274 to +280
func readersFromReadClosers(rs []io.ReadCloser) []io.Reader {
readers := make([]io.Reader, len(rs))
for i, r := range rs {
readers[i] = r
}
return readers
}
Copy link
Contributor

Choose a reason for hiding this comment

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

still needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is actually still needed, we still perform matches, but not as a standalone command

Copy link
Contributor

Choose a reason for hiding this comment

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

ah this was from the removed files

@amanjpro amanjpro merged commit da18aa6 into main Nov 28, 2024
1 check passed
@amanjpro amanjpro deleted the support-direct-signaling-for-advancing-advertiser-cleanroom-state branch November 28, 2024 15:11
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