Skip to content

michiel-asana/envoyproxy-scala-control-plane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.6%
  • Scala 46.4%