envoy-extproc-payloadlimit-demo-go

command module
v0.0.0-...-ffa42da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

README

envoy-extproc-payloadlimit-demo-go

This repository contains a demo application written in Go that demonstrates the usage of Envoy's External Processor (ExtProc) filter to do payload limit for POST request.

Overview

The Envoy ExtProc filter allows you to offload request processing logic to an external process, enabling you to customize and extend Envoy's functionality. This demo application showcases how to implement an ExtProc filter in Go.

Features

  • Integration with Envoy's External Processor filter
  • Customizable request processing logic
  • Demonstrates handling of HTTP requests in Go
  • Simple and easy-to-understand codebase

Getting Started

To get started with the demo application, follow these steps:

  1. Clone the repository:

    git clone https://github.com/projectsesame/envoy-extproc-payloadlimit-demo-go.git
    
  2. Build the Go application:

    go build .
    
  3. Run the application:

    ./envoy-extproc-payloadlimit-demo-go payload-limit --log-stream --log-phases payload-limit 32
    

Usage

The demo application listens for incoming GRPC requests on a specified port and performs custom processing logic. You can modify the processing logic in the application code according to your requirements.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. License

This project is licensed under the Apache License Version 2.0. See the LICENSE file for details. Acknowledgements

This demo application is based on the ExtProc filter demo(s) provided by envoy-extproc-sdk-go. please visit it for more demos.

Special thanks to the community for their contributions and support.

Contact

For any questions or inquiries, please feel free to reach out to us for any assistance or feedback.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL