envoyproxy / envoy-filter-example

Example of consuming Envoy and adding a custom filter
332 stars 206 forks source link

How to generate golang files from the proto file of the extension filter #153

Open vikaskumar11 opened 3 years ago

vikaskumar11 commented 3 years ago

Hi, I want to configure my extension using go-control-plane. for that I need golang file generated from my extension proto file. I tried running ./tools/api/generate_go_protobuf.py, it doesn't work. Any pointers on this.