Giter VIP home page Giter VIP logo

envoy-amqp's People

Contributors

alanconway avatar gtully avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

envoy-amqp's Issues

Errors while building the project

Hey Alan!

I'm unable to build this project. I am trying to use envoyproxy/envoy-build to build this project.

First issue is that the submodules you're added aren't working. The proton's repo URL has changed and the envoy commit doesn't exist anymore. I've managed to change these to the correct paths but can't figure out which envoy build you're using.

I've then installed the dependencies required to install proton and managed to build proton successfully.

When I try to bazel build in the end, I'm getting errors for some of the load(...) statements. This is the error:

INFO: Invocation ID: 80936383-2acb-4d34-8a3f-608b8b47305e
ERROR: error loading package '': Unable to load file '@com_lyft_protoc_gen_validate//bazel:go_proto_library.bzl': file doesn't exist
ERROR: error loading package '': Unable to load file '@com_lyft_protoc_gen_validate//bazel:go_proto_library.bzl': file doesn't exist
INFO: Elapsed time: 0.194s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)

I'm not very familiar with bazel to understand what exactly is going wrong here but I'm guessing these references on load to remote repos are changed or missing. Could you update the instructions on how to build this and maybe update the dependencies? TIA.

Inverted server connections

Envoy can already make outbound HTTP client connections and accept inbound HTTP server connections.

AMQP is a bi-directional protocol: either end of a connection can send or receive messages.
For envoy to act as a sidecar in an AMQP network, we want envoy to be able to "announce" itself as a message sink by making an AMQP client connection that acts as HTTP server connection that can receive incoming HTTP requests. For example we might have ephemeral envoy sidecars to connect to a well-known AMQP router to receive AMQP messages that are then forwarded as HTTP requests to local HTTP servers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.