jeejz commented on code in PR #4178:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4178#discussion_r2787224505
##########
kogito-serverless-workflow/kogito-serverless-workflow-executor-kafka/src/test/java/org/kie/kogito/serverless/workflow/executor/MockKafkaEventEmitterFactory.java:
##########
@@ -28,7 +28,8 @@
public class MockKafkaEventEmitterFactory extends KafkaEventEmitterFactory {
- public static MockProducer<byte[], CloudEvent> producer = new
MockProducer<>(true, new ByteArraySerializer(), new CloudEventSerializer() {
+ // null key serializer is used because this mock producer doesn't
serialize keys, only values (CloudEvents)
Review Comment:
Updated the comment
##########
quarkus/addons/asyncapi/deployment/src/main/java/org/kie/kogito/quarkus/serverless/workflow/asyncapi/AsyncAPIInfoConverter.java:
##########
@@ -1,3 +1,4 @@
+
Review Comment:
updated
--
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]