John Fallows
John Fallows
**Describe the desired outcome from the user's perspective** As devops, I want to be able to source control some environment-based configuration for `zilla.yaml`. **Acceptance criteria** - Check for presence of...
See #1057 discussion for mapping design specifics. Splitting from #1057 as `pgsql` binding is generic, whereas `risingwave` message transformations over `pgsql` are specific to Risingwave. - [x] Support `CREATE TABLE`...
When https://github.com/aklivity/zilla/pull/156 Http dynamic configuration merges, `zilla` will support retrieval of `zilla.yaml` via `http(s)` with `prefer: wait=N` header and `if-none-match: ` to long-poll the response until a change occurs or...
Currently `vault` is a top-level property of binding, even though it is not used by most binding types. ``` "tls0": { "type" : "tls", "kind": "server", "vault": "server", "options": {...
Given that the `id` can contain a reference to the `key` (and `etag`), there is no need to send additional information in the payload of the `delete` event. According to...
Incorporate [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) for build instructions in README.
Also consider if specific fields should be permitted only for clients with certain permissions.
`websocket` predates `http/2` and has historically relied on `http/1.1` `upgrade` to unlock full-duplex bidirectional communication over a separate connection. [`RFC 8441: Bootstrapping WebSockets with HTTP/2`](https://www.rfc-editor.org/rfc/rfc8441) adds support for `websockets` over...
When request arrives for `/` then support propagating a default filename, such as `index.html`. This can be handled by a routing rule such as: ``` { "type" : "http-filesystem", "kind":...