-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watch Support #4
Comments
Played a little more. :) https://github.com/martinklepsch/clj-http-lite works with
Swapping Happy easter! |
Hey! Thanks for the report :) I'm considering following martian approach to decouple from http implementation.. but I'm not sure yet. |
I got At the moment, the k8s-api detects the client implementation from the environment (for compatibility). Not sure if this is what we want or whether we want to set it explicitly. There are also other areas which do not yet look clean to me. Would be great if you could check so the changes get into your Feel free to check: https://github.com/deas/k8s-api/commits/pluggable-client BTW: I landed a commit adding |
Any news on this? I'm in need of the watch functionality as well. edit: I embraced java interop and went with https://github.com/fabric8io/kubernetes-client for the --watch functionality |
Glad to see someone working on this! I did an experiment using the https://github.com/blak3mill3r/keenest-rube/blob/master/src/rube/request.clj#L61 I used |
nice to see this is being worked on any reason the work in @deas branch cant be implemented watch would be really nice to see. |
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 getwatch
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 towatch
for now. However, I'd also be willing to help getting support intok8s-api
. ;)Do you have any long term vision with regards to the http library/libraries to use in
k8s-api
?The text was updated successfully, but these errors were encountered: