deef
deef
@ugurerkan Pull requests are ALWAYS welcome. Feel free to tackle it.
I am honestly unsure how _good_ WS support would be implemented other than allowing arbitrary code to be executed on the server to deal with messages, which can be a...
Just going to reference #882, as this is similar, but for local containers instead of k8s.
This sounds like more of a job for a metrics scraper like Prometheus than for Kuma.
Going to cross reference #894. I don't know if its Louis saying he wont support other databases, or just that they aren't supported RN tho.
This should be easy enough to add in a function [here](https://github.com/deepmap/oapi-codegen/blob/e1b4ade53fd75c6317f52fcc3ee57ef21b76b4be/pkg/codegen/codegen.go#L135) and I would be happy to add it in a PR if acceptable, but I'm a bit unsure A:...
This sounds similar to #216, but in this case, instead of a "core load balancer", you watch some public address.
This would likely be best done via #639 or #549 with the creation of subgroups/collections. Unfortunately each monitor would still be individual. There may be a shortcut for creating subgroups/collections...
## Production Use Case To answer the question around current production use with one of a few examples, I have a system that authenticates with twitch for user login (among...
I have a basic AMQP (I always forget that's the generic variant of rabbitMQ queues. Ive updated the title) consumer written up, tho I've not gone through and done super...