Stellar1999 commented on issue #15108:
URL: https://github.com/apache/dubbo/issues/15108#issuecomment-2641980643
PTAL @oxsean
It appears that the absence of a `ServiceModel` during the initialization of
the gRPC-related URL object caused a NullPointerException (NPE) in the
following code:
```java
HeaderFilter[] headerFilters =
UrlUtils.computeServiceAttribute(invoker.getUrl(), HEADER_FILTERS_CACHE,
this::loadHeaderFilters);
```
--
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]