Martin

Results 8 issues of Martin

Use EnableHostname boolean in all types of metrics instead of just gauges

Currently while parsing a ListType object, the boolean is skipped, with a TODO. This is to be able to use bools in nested lists, as it can be required for...

bug
v1
syntax/json

Some error message was duplicated from LitteralType also changed %s %#v when applicable

bug
v1

This makes sure that the type identifier contained in the array is constructed with a valid default. Since we were hardcoding `::default()` after the type identifier, it was not working...

Cleanup of the code + add of a cluster wide lock for delete topic operations that should avoid cascading effect when multiple healthcheck are failing at the same time Also...

Inside a code block in streams-intro page You can find it in the "Recovering from permanent failures" part Clinet 2: XCLAIM mystream mygroup Lora 3600000 1526569498055-0

**Is your feature request related to a problem? Please describe.** We would like to implement [RFC-7232](https://tools.ietf.org/html/rfc7232) for some of our backends and most notably the ETag/If-Match/If-None-Match standard This would allow...

enhancement
core/http

In some unusual setups (cloud managed databases, yay!) the default port is not used for the postgres database. This fixes a bug in the alembic template, to properly include the...

investigate