Sean Fitts
Sean Fitts
Vertx-MQTT version 3.6.2 Currently the general pattern for this client is to send all of the acknowledgements prior to the invocation of the registered publish handler. Unfortunately this means that...
Version -- 3.5.1 The logging levels for some things are pretty verbose. For example, line 174 of MqttClientImpl uses an "error" log level for an exception that will be given...
The `add(MeterRegistry registry)` and `remove(MeterRegistry registry)` calls on CompositeMeterRegistry are not symmetric in that while adding a registry to a composite results in adding the meters from the composite, removing...
Vertx 3.3.3 A good example of this is doing a `get` from the Hazelcast version of MultiMap (`HazelcastAsyncMultiMap`). Let's say we have something like this (`subs` is an AsyncMultiMap): ```...
There are times when using Docker as part of a build environment involves running images after they are built (for example to build an artifact that has a specialized environment)....
Whenever I make a new Docker task I pretty much always add the following: ``` inputs.file 'build.gradle' outputs.dir stageDir ``` That way the task doesn't always execute and is re-run...
This exposes the ability to configure the list of labels to include/exclude as tags for the Kubernetes plugin. Fixes #525
By default, the telegraf [kubernetes plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kubernetes) excludes all pod labels. We use the "component" label to help us group metrics from a collection of identical pods whose names don't otherwise...
One thing I noticed is that the code has support for `ZMQ$Event`, but the files necessary to include this in the library aren't specified in `CMakeLists.txt`. I plan on updating,...
Unless I'm missing it somewhere, I don't see support for collection recovery via a snapshot. Is this support planned? Ideally it would support both reading the snapshot from a URI...