RainYuY commented on code in PR #15967:
URL: https://github.com/apache/dubbo/pull/15967#discussion_r2671474093
##########
dubbo-common/src/main/java/org/apache/dubbo/common/stream/CallStreamObserver.java:
##########
@@ -84,10 +117,8 @@ public interface CallStreamObserver<T> extends
StreamObserver<T> {
* <p>
* For stream set compression needs to determine whether the metadata has
been sent, and carry
* on corresponding processing
- *
- * @param compression {@link Compressor}
*/
- void setCompression(String compression);
+ default void setCompression(String compression) {}
Review Comment:
and here
--
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]