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

Add event_id to Response object #62

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Conversation

rokatyy
Copy link
Contributor

@rokatyy rokatyy commented Mar 18, 2024

Since batching feature is coming, we need to add event_id attribute to Response object since we will return not a single response, but the list of responses. So, we will need to match each response with sent event in order to return correct response to each user.

Jira - https://iguazio.atlassian.net/browse/NUC-155

@rokatyy rokatyy changed the title Add event_id entity to Response object Add event_id to Response object Mar 18, 2024
Copy link
Contributor

@TomerShor TomerShor left a comment

Choose a reason for hiding this comment

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

Code looks good!
Mind adding to description why the event id is needed for batching?

@rokatyy
Copy link
Contributor Author

rokatyy commented Mar 19, 2024

@TomerShor sure, added!

@TomerShor TomerShor merged commit 0dde8d9 into nuclio:development Mar 19, 2024
9 checks passed
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.

2 participants