Boris Lublinsky

Results 88 comments of Boris Lublinsky

Oh, this was the part that I missed. I was trying to add this to JSON and it fails. Let me try to add it to the info class

OK, adding status to to InfoClass does not break anything. I suspect, that during reconciliation, when we are reading crds, we should return CRD itself, not its converted form and...

I think it makes sense Boris Lublinsky FDP Architect [email protected] https://www.lightbend.com/ > On Dec 11, 2018, at 2:18 AM, Debasish Ghosh wrote: > > Thanks! We can support Kafka 2.0...

Oh yes, Cluster spec is missing: ``` "enableInTreeAutoscaling": true, "autoscalerOptions": { "upscalingMode": "Default", "idleTimeoutSeconds": 30, "cpu": "500m", "memory": "512Mi" }, ``` parameters. Can get to it in a couple of...

Sure, but I need my current PR to be merged first. It has been sitting there for several months now

Thank you @JonasJ-ap. This is great and provides a basic integration. We used the same ideas to do our internal integration. We basically use table scan to list the underlying...

It is compiled using SBT. In IntelliJ do sbt clean compile. Readme defines a base functionality. Feel free to ask more specific questions

This one is currently abandoned. It was initial implementation, which is significantly refactored here https://github.com/blublinsky/flink/tree/master/flink-modelserving and is now a PR for Flink

You should not do that, you will kill DS. The protobuf defines send-by-reference option. It is not implemented here, but is really straightforward