John Fallows
John Fallows
`ClientIT.shouldReceiveServerSentWriteAbort` is in `binding-tls`.
This occurs in `tls-binding`. We need to investigate sporadic failures.
Support `brew` install recipe for `zpm`. When running `zilla` locally without using the `docker` image, you need to run the following commands. ``` zpm install zpm clean --keep-image ``` Therefore...
Note: requires design #494. Enhance `otlp` `exporter` syntax to opt-in for `traces` as well as `metrics`.
As with other first class concepts in `zilla.yaml`, such as `vaults` and `guards`, we need a general concept of `traces`, independent of how they are stored locally or transmitted remotely,...
Design an output format for `zilla trace` that can be used to diagnose streams flowing through bindings configured in `zilla.yaml`. This is the standard output equivalent of exporting the traces...
Support dynamic message key and headers in `grpc-kafka` when - producing to Kafka, based on `message` record - fetching from Kafka, based on request `metadata` For example: ``` bindings: grpc_kafka0:...
After following the steps in the `amqp.redirect` example, review the output of `./zilla load` and check for clean teardown.
Today we have an `OpenJMH` microbenchmark [`BufferBM`](https://github.com/aklivity/zilla/blob/develop/runtime/engine/src/test/java/io/aklivity/zilla/runtime/engine/internal/concurrent/bench/BufferBM.java) for the internal ring buffer data structure used by all zilla bindings. However, this does not measure the code executed in reaction to...
`http` binding currently supports the following `options`: ``` { "binding": { "options": { "overrides": { "extra-header-name": "extra-header-value" } } } } ``` Even though this is referred to as _overrides_,...