pandaapo commented on issue #4587:
URL: https://github.com/apache/eventmesh/issues/4587#issuecomment-1833129030

   CC @mxsm 
   > For the startup method of grpc springboot in examples, subStreamHandler is 
not created, so NPE will be thrown when resubscribe is called.
   
   The above point in your second question is a **bug**. When consumers use 
`#subscribe (final List<subscriptionItem>subscriptionItems, final String URL)` 
to subscribe under gPRC protocol, `SubStreamHandler` may become null.
   
   关于您提的第二个问题中这一点,是个**bug**。当gPRC协议下,消费者订阅走的是`#subscribe(final 
List<SubscriptionItem> subscriptionItems, final String 
url)`,`SubStreamHandler`就可能出现null的情况。


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