Kevin Hoffman

Results 67 issues of Kevin Hoffman

In the current implementation, wasmex provides an elegant Rust/NIF wrapper around the `wasmer` engine. One of the compelling stories of WebAssembly is that, in the right circumstances, people can choose...

# Summary This is an RFC to request discussion on a feature idea regarding the implementation of a pluggable policy authority. The current version of the OTP wasmCloud host enforces...

Today actors subscribe to their RPC topic manually, e.g. `{:ok, subscription} = Gnat.sub(:lattice_nats, self(), topic, queue_group: topic)`. This is fine in testing, but if that subscription were to die or...

enhancement

# Summary This RFC proposes a new bi-directional communication mechanism between WebAssembly guest modules (actors) and the wasmCloud host runtime that involves information exchange across captured/managed `stdio` _pipes_. # Rationale...

RFC

**Describe the bug** The control interface server that listens on the control interface NATS topic is both single-threaded and blocking. While it might ack early to free up consumers, the...

bug
help wanted

# Create Autonomous Lattice Controller This RFC submits for comment the proposal that we create an autonomous lattice controller responsible for managing and reconciling declarative, lattice-wide deployments. # Summary The...

RFC
Epic

Allow someone to upload or paste a manifest file into a web UI and the web ui should then perform all of the loads and configurations as defined in the...

status quo
host web ui

Once #136 has been implemented, update the readiness and liveness probes to check the NATS connection and the status of the stream, ephemeral consumers, etc.

Rather than building a totally generic authorization system, allow people to optionally use Open Policy Agent by providing an OPA policy execution URL and optional username and password for that...

enhancement

Can you please provide a route guide server and client in the examples (you've already got the protobuf there) so we can see how to properly handle a streaming request...