Alonexc commented on code in PR #4383:
URL: https://github.com/apache/eventmesh/pull/4383#discussion_r1298044719
##########
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/grpc/processor/SubscribeProcessor.java:
##########
@@ -46,9 +46,9 @@
@Slf4j
public class SubscribeProcessor {
- private final transient EventMeshGrpcServer eventMeshGrpcServer;
+ private final static EventMeshGrpcServer eventMeshGrpcServer;
Review Comment:
Only `transient` needs to be removed here, no need to add `static`.
--
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]