joe
joe
Many producers write a NULL value when the key is deleted. This is supported by many sink connectors, for example kafka-connect-jdbc and kafka-connect-elasticsearch. However, the S3 sink connector only supports...
* Setting `access_level: "error"` disables server status messages, this should be a different logger. For example these messages which are logged during startup: ``` {"level":"info","msg":"Init App Status Engine as memory","time":"2020-09-02T15:59:14Z"}...
When the parser is unable to parse a query it returns ``. But the query isn't necessarily truncated - it is unparsable. We reviewed `pg_stat_statements` manually and these queries are...
I would like to be able to render `secrets.ejson`, including support for partials. When sharing a namespace with `--selector` it would be extremely handy if I could at least define...
Online you can find a bunch of examples (even in the official docs) which show how to use the local-volume-provisioner in combination with PhysicalVolumeClaims in a StatefulSet. All works fine...
If pgweb is started passing it a connection URL it immediately tries to open the connection to the server on startup and dies with exit code 1 if the server...
Nose is a test requirement, it is not necessary for users to install it. It is listed in `test-requirements.txt` so removing it from `install_requires` should not make a difference for...
When reviewing this, make sure that you have an updated timezone database. The date of the DST switch for this location was moved ~3 weeks ago so if you try...
Version 0.26.0 throws this error when SSL certificate validation is enabled but fails: ``` PHP Fatal error: Uncaught Error: Call to undefined method Http\\Client\\Exception\\RequestException::getResponse() in /var/www/html/vendor/maclof/kubernetes-client/src/Client.php:427 Stack trace: #0 /var/www/html/vendor/maclof/kubernetes-client/src/Repositories/Repository.php(79):...
Here is a CPU graph for 10 collector instances started at different times (v0.46.1) running with default settings. As you can see the CPU peaks every 10 minutes all align...