Results 22 comments of Howie Wang

Talked with Matthew Clower about the possibility of use Grafana as Waltz admin UI. Using Grafana provides a decent decoupling between UI and service. Also, significantly simply the job of...

Talked to @criccomini , we plan to do some spike regarding creating our own Grafana panel plugin to meet our need. (to leverage our existing tool chain if possible) Here...

Found an example drawing a collapsible tree (https://observablehq.com/@d3/collapsible-tree). Kind of similar to Orchestrator (http://tst-immutable-orchestrator.devops.wepay-inc.com:3000/web/cluster/tst-immutable-useast1a-mysql01:53306#)

> I am curious how the throughput (txn/sec) changes with different number of partitions. Sure! We can test that out. > Also I am curious what the latency (ms/txn) will...

> I think we probably want to return a non-zero exit code rather than making it act like it succeeded even though it did nothing. from @criccomini

Currently, it is hardcoded to use JmxReporter. But we want JMX plus one other reporter (graphite, or whatever). To achieve that, we need to add config parameters. For example, a...

> 1) eliminate Waltz admin handler and admin port ^ For that part, we should make sure we include SRE in this decision. For dropwizard services they are moving TOWARD...

This requires Riff change.

> Yes, this feature is not needed to do partition migration. That said, I wanted to include and implement it, as I think it's something that will be generally useful...

shouldPrefetch should probably look something like: ``` boolean shouldPrefetch(RecordHeader); ```