fjtirado commented on code in PR #3654:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3654#discussion_r1768213889
##########
quarkus/addons/events/process/runtime/src/main/java/org/kie/kogito/events/process/GroupingMessagingEventPublisher.java:
##########
@@ -44,6 +44,9 @@ public void publish(DataEvent<?> event) {
public void publish(Collection<DataEvent<?>> events) {
Map<AbstractMessageEmitter, Collection<DataEvent<?>>> eventsByChannel
= new HashMap<>();
for (DataEvent<?> event : events) {
+ if (event == null) {
Review Comment:
@gmunozfe
Have we seen a case in which the event is null?
--
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]