GitHunt
JA

jamiees2/envoyproxy-scala-control-plane

envoyproxy-scala-control-plane

The Envoy proxy controlplane APIs are not cross-compiled to Scala and are only available as Java. This project aims to fix that by regularly compiling a scala version as well.

Commands for generating scalapb definitions

Assuming you have sonatype credentials.

sbt -mem 4096 +publishSigned
sbt sonatypeBundleRelease

Currently publishes for scala 2.12 and 2.13.

To update the API, update the SHAs in API_SHAS, and then run

sbt updateApi

Contributors

MIT License
Created June 27, 2019
Updated June 13, 2025
jamiees2/envoyproxy-scala-control-plane | GitHunt