Siedlerchr commented on issue #328: URL: https://github.com/apache/pekko-grpc/issues/328#issuecomment-2165907376
I tested the plugin in scala mode by adding an empty scala file and the generated scala class looks correct. I wil try with sbt now ``` /* * Generated by Apache Pekko gRPC. DO NOT EDIT. */ @PekkoGrpcGenerated trait TestGrpcsServicePowerApi { def transceive(in: org.example.service.v1.EnvelopeTest.RequestTest, metadata: pekko.grpc.scaladsl.Metadata): org.apache.pekko.stream.scaladsl.Source[org.example.service.v1.EnvelopeTest.ResponseTest, org.apache.pekko.NotUsed] } ``` -- 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...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org