Closed phiSgr closed 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.
Micro-benchmarks: https://github.com/phiSgr/gatling-grpc/tree/kotlin-poc-java/bench#javakotlin-checks
Translating the streaming examples. Should be available soon.
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. 🤷🏼♂️
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.