michaeljmarshall commented on issue #14699: URL: https://github.com/apache/pulsar/issues/14699#issuecomment-1069295083
@codelipenghui - I don't think this is a flaky test. I think this is because of the way the generic method is defined in https://github.com/apache/pulsar/pull/12248. ```java public <T> CompletableFuture<T> asyncGetRequest(final WebTarget target) ``` It's interesting because it compiles, but the error message seems to indicate that it cannot resolve the generic type. -- 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]
