Description
Been playing with k8s-api
for a while and I really like it.
However, I need watch
support. Saw the docstring mentioning kubernetes/kubernetes#50857. Watch is the gateway to operators, and I am wondering how to get support in.
I also like http-kit
in general but it appears to lack maintenance and it also appears to require some patching to get watch
working. The next issue I encountered was lack of tls support with Java 11 in the stable version. Not super important at the moment but I'd expect graal support to be a problem as well.
Don't get me wrong: I am not saying we should be departing from http-kit
immediately. I'd be fine using something else to watch
for now. However, I'd also be willing to help getting support into k8s-api
. ;)
Do you have any long term vision with regards to the http library/libraries to use in k8s-api
?