skuber icon indicating copy to clipboard operation
skuber copied to clipboard

When can we get informer feature?

Open Metal-joker opened this issue 4 years ago • 3 comments

this feature has been implemented by java and golang, and it's very hard to use java k8s client via scala. someone please end this miserable situation.

Metal-joker avatar Dec 23 '20 14:12 Metal-joker

How does this feature differ from this?

chessman avatar Dec 23 '20 21:12 chessman

This repo seems to have been abandoned. A maintained fork is available here https://github.com/hagay3/skuber Please open the issue in the new repo in order to address the issue. Thanks, Hagai

hagaiovadia avatar Jun 30 '21 12:06 hagaiovadia

The "watch" feature, combined with ability to list resources, already gives a lot of the functionality of informers. The main additional benefit of informers seems to be the maintenance of a client-side cache of resources, which can improve performance and reduce load on the Kubernetes API for heavier use cases. I'd like to have this functionality in skuber, but it will come down to priorities as it is not a trivial amount of work - are there concrete use cases of skuber that can benefit significantly from informers?

doriordan avatar Aug 11 '21 09:08 doriordan