r-glyde

Results 8 issues of r-glyde

### Short description Allow simple configuration of supported compression types at the server side. ### Details Sorry if this already exists but I haven't been able to find much mention...

enhancement
help wanted
server

This should resolve #305 (at least when built through the bootstrap script). Tested this with the Dockerfile present in this repo and it all appears to work as expected.

Kind of just gauging if there would be interest in this. We've found the approach useful before in akka streams so not sure if others would find it useful here...

[Grafter](https://github.com/zalando/grafter) has been archived and is no longer being maintained. The final version we rely on is bringing in an old version of guava which is flagged as having vulnerabilities....

We use yaml anchors and aliases to reduce duplication for some of our topic configurations. Following #51 this is now broken in a project that is creating lots of topics...

Currently it is quite hard to see whether or not the KMS has successfully reloaded it's state or whether that is still in progress. We are starting to do this...

Currently the logstash config looks for whether the `KMS_LOGGING_LOGSTASH` variable is defined to determine whether to enable logging or not. ``` ``` I think it is expected that a variable...

We're trying to use [logback turbofilters](https://logback.qos.ch/manual/filters.html#TurboFilter) to alter which logs are output based on values in the MDC but this doesn't seem to work properly with log4cats and the slf4j...