chengyouling commented on code in PR #4875:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/4875#discussion_r2269073627


##########
common/common-rest/src/main/java/org/apache/servicecomb/common/rest/codec/produce/ProduceProcessor.java:
##########
@@ -76,4 +76,7 @@ default Object decodeResponse(Buffer buffer, JavaType type) 
throws Exception {
       return doDecodeResponse(input, type);
     }
   }
+
+  default void refreshEventId(int index) {

Review Comment:
   fixed



##########
common/common-rest/src/main/java/org/apache/servicecomb/common/rest/definition/RestOperationMeta.java:
##########
@@ -157,6 +167,10 @@ private boolean checkDownloadFileFlag() {
     return false;
   }
 
+  private boolean checkServerSendEvents() {
+    return !CollectionUtils.isEmpty(produces) && 
produces.contains(EVENTS_MEDIA_TYPE);

Review Comment:
   fixed



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

Reply via email to