gmunozfe commented on code in PR #3391:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3391#discussion_r1478140587


##########
quarkus/addons/common/reactive-messaging/src/main/java/org/kie/kogito/addon/quarkus/common/reactive/messaging/http/CloudEventHttpOutgoingDecorator.java:
##########
@@ -40,6 +42,12 @@ public class CloudEventHttpOutgoingDecorator implements 
MessageDecorator {
     static final OutgoingHttpMetadata HTTP_RESPONSE_METADATA =
             new 
OutgoingHttpMetadata.Builder().addHeader(HttpHeaders.CONTENT_TYPE, 
CLOUD_EVENTS_CONTENT_TYPE).build();
 
+    /**
+     * Metadata to include content-type for binary CloudEvents messages
+     */
+    static final OutgoingHttpMetadata HTTP_BINARY_RESPONSE_METADATA =

Review Comment:
   Shouldn't it be private?
   
   ```suggestion
       private static final OutgoingHttpMetadata HTTP_BINARY_RESPONSE_METADATA =
   ```



-- 
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