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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org