Keith Nordstrom

Results 6 comments of Keith Nordstrom

I agree on the Material clock design, the UX is painful. Particularly because the mechanical clock is not a common meme these days and younger generations are less familiar with...

I have the same problem with a Map[String, Set[B]]: ``` final case class PlotPoint(left: BigDecimal, right: BigDecimal) final case class ScatterPlot(data: Map[String, Set[PlotPoint]]) ``` With exception > [info] - Swagger...

+1 I've been looking for a way to do this as well.

We're facing this issue with Kubernetes. Our solution was to include a health-check.sh in our Dockerfile with the following, which goes to zookeeper and checks to see if the active...

I think I might have this already. See discussion here: https://github.com/akka/reactive-kafka/issues/325#issuecomment-314668597 (also with @johanandren). And the initial StackOverflow question that prompted me to write it: https://stackoverflow.com/questions/44961050/at-least-once-delivery-semantics-on-a-graph-with-a-record-multiplier/44961965#44961965 The idea is a...

Sorry about the long delay, there were other things that took me away for a bit. It looks to me like this was ready but the hashing we agreed to...