sam-byng commented on PR #4:
URL: 
https://github.com/apache/incubator-pekko-samples/pull/4#issuecomment-1472314484

   However, now both compilations are failing with similar errors: (same for 
JDK8 and JDK11)
   
   java:
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project
    pekko-sample-cluster-client-grpc-java: Compilation failure: Compilation 
failure:
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClientReceptionist.java:[66,59]
 error: incompatible types: 
org.apache.pekko.japi.function.Function<HttpRequest,CompletionStage<HttpResponse>>
 cannot be converted to 
org.apache.pekko.japi.Function<HttpRequest,CompletionStage<HttpResponse>>
   [ERROR] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-java/src/main/java/sample/cluster/client/grpc/ClusterClient.java:[136,49]
 error: no suitable method found for 
create(GrpcClientSettings,Materializer,ExecutionContextExecutor)
   [ERROR]     method 
ClusterClientReceptionistServiceClient.create(GrpcClientSettings,ClassicActorSystemProvider)
 is not applicable
   [ERROR]       (actual and formal argument lists differ in length)
   [ERROR]     method 
ClusterClientReceptionistServiceClient.create(GrpcChannel,ClassicActorSystemProvider)
 is not applicable
   [ERROR]       (actual and formal argument lists differ in length)
   ```
   
   scala:
   ```
   [info]   Compilation completed in 10.74s.
   [error] 
/home/developer/documents/projects/mvm/pekko/sb5-fork/incubator-pekko-samples/pekko-sample-cluster-client-grpc-scala/src/main/scala/sample/cluster/client/grpc/ClusterClient.scala:54:43:
 could not find implicit value for parameter sys: 
org.apache.pekko.actor.ClassicActorSystemProvider
   [error]     
ClusterClientReceptionistServiceClient(settings.grpcClientSettings)
   [error]
   ```


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