Alexandre Dutra
Alexandre Dutra
I can confirm, we are still trying to achieve the milestones outlined above.
Hi @flyrain , indeed I think we just closed M3 with 1.9.0 (Auth Manager API). Depending on what we consider a "reference implementation", M4 could be achieved by the work...
> Do we consider the class `OAuth2Manager` and its siblings are Java reference implementations? If yes, M4 has been done. That's why I said it depends on what we mean...
Hi, a few things I noticed in your setup: * You are using the java-based `org.apache.iceberg.nessie.NessieCatalog` – with this catalog impl, all writes happen on the client (engine) side, using...
The original reporter mentions sstableloader as their use case. I could also see value depending on what is the image pull policy in place, and how long it may take...
Your suggestion makes totally sense. I guess that the only reason why we don't have it is because it has never been asked before :-) I would suggest something like...
> Regarding your suggestion for extraServices, I'd advise mirroring the structure of a service; so you'd have this instead Absolutely, the structure here is meant to be `ServicePort`, my snippet...
Another problem with using `ServiceSpec` is that it contains the `selector` field, which should not be populated by users. I guess we could add a runtime check for that though.
For the record, I've been playing with a different approach using the Kubernetes Operator for Nesse: a new CRD called `NessieGc` that is reconciled into a `CronJob` (if recurring) or...
> ➤ Jeff DiNoto commented: > > We believe this is already completed, need to confirm with Alex Dutra I believe we do have some work to be done here....