Andy Bryant

Results 3 comments of Andy Bryant

In both the docs and example the ksql basic user info is specified with a prefix `ksql.basic.auth.user.info` so it makes sense for consistency that the same approach is used for...

Using the latest unreleased version from a lambda - I noticed the shutdown method is incomplete - it needs to shutdown the summaryInterval too: ``` Metric.prototype.shutdown = function() { clearInterval(this._interval);...

I realised after submitting this that the `toEncodedName` attribute of the Configuration is also used to format field names which is not good. You can see that on the screenshot...