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


##########
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:
   `refreshEventId` 是 SSE 场景特有的方法, 但我们把它加在 `ProduceProcessor` 里面去了, 这通常并不合适.
   建议考虑把它放在 `ProduceEventStreamProcessor` 中.



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