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

Error sending Kafka events for batch operations when many times the same entity id #1210

Closed
bobeal opened this issue Aug 3, 2024 · 0 comments · Fixed by #1211
Closed

Error sending Kafka events for batch operations when many times the same entity id #1210

bobeal opened this issue Aug 3, 2024 · 0 comments · Fixed by #1211
Assignees
Labels
core Relates to core API fix Something isn't working

Comments

@bobeal
Copy link
Member

bobeal commented Aug 3, 2024

When a batch operation contains many times the same entity id, sending of the associated event in Kafka fails as the service is unable to correctly find the original payload to send since it searches it using the entity id but gets the wrong one because there are many times the same entity id.

It thus implies to move this event sending at the place where the operation for each entity in the batch is done.

@bobeal bobeal added fix Something isn't working core Relates to core API labels Aug 3, 2024
@bobeal bobeal self-assigned this Aug 3, 2024
@github-project-automation github-project-automation bot moved this to Short term in Roadmap Aug 3, 2024
@bobeal bobeal changed the title Error sending Kafka events for batch operations when many time the same entity id Error sending Kafka events for batch operations when many times the same entity id Aug 3, 2024
@github-project-automation github-project-automation bot moved this from Short term to Done in Roadmap Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Relates to core API fix Something isn't working
Projects
Status: Done
1 participant