phiSgr / gatling-grpc

A Gatling load test plugin for gRPC
Apache License 2.0
127 stars 48 forks source link

Kotlin and Java support #58

Closed phiSgr closed 2 years ago

phiSgr commented 2 years ago

Is your feature request related to a problem? Please describe. Gatling 3.7 supports Kotlin and Java. Gatling-gRPC should also support them.

Describe the solution you'd like Wrappers in Kotlin that Java can use idiomatically.

Describe alternatives you've considered Write the wrappers in Java, and be sad.

Additional context

POC in branch kotlin-poc-java:

Kotlin example Java example


Please leave your comments here.

phiSgr commented 2 years ago

Micro-benchmarks: https://github.com/phiSgr/gatling-grpc/tree/kotlin-poc-java/bench#javakotlin-checks

phiSgr commented 2 years ago

Translating the streaming examples. Should be available soon.

phiSgr commented 2 years ago

Fiddled around with sbt trying to get stuff into source and doc JARs with no success.

May as well just embed a Gradle project in the repo. 🤷🏼‍♂️