You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/12/27 12:39:09 UTC

[I] get GrpcInteropIoWithPekkoHttpJavaSpec working [incubator-pekko-grpc]

pjfanning opened a new issue, #204:
URL: https://github.com/apache/incubator-pekko-grpc/issues/204

   * have a look in source - this is commented out
   * we have Scala version but the Java version was not completed


-- 
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-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] get GrpcInteropIoWithPekkoHttpJavaSpec working [pekko-grpc]

Posted by "laglangyue (via GitHub)" <gi...@apache.org>.
laglangyue commented on issue #204:
URL: https://github.com/apache/pekko-grpc/issues/204#issuecomment-2039582567

   Actually there are 3 sepc in GrpcInteropSpec, and I took a look at this.
   we just need to implement a PekkoHttpClientProviderJava$
   
   ```
     object PekkoHttp {
       // FIXME: let's have Scala stable and we'll do Java later.
   //    val Java = PekkoHttpClientProviderJava$
       val Scala = new PekkoClientProviderScala("pekko-http", false)
       val ScalaWithSslContext = new PekkoClientProviderScala("pekko-http", true)
     }
   ```
   
   


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] get GrpcInteropIoWithPekkoHttpJavaSpec working [pekko-grpc]

Posted by "Roiocam (via GitHub)" <gi...@apache.org>.
Roiocam closed issue #204: get GrpcInteropIoWithPekkoHttpJavaSpec working
URL: https://github.com/apache/pekko-grpc/issues/204


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org