datdo-axonactive opened a new issue, #3966:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3966

   ### Description
   
   During our testing with grouping event enabled in the workflow we can see 
that events were grouped in the workflow and sent to the data-index. However, 
at the data-index this group event is split up to individual event again and 
stored one by one to db. it leads to the situation that there are many 
`findAndModify `requests to db and might cause performance issue. This ticket 
is opened in order to support bulk update.
   
   ### Implementation ideas
   
   Finding the process instance and merge all receiving events in the group 
event and put into db at once.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to