Jorge Villatoro

Results 22 comments of Jorge Villatoro

I'm happy to go through and update more tests, do you have any feedback on the change itself though?

We are deploying existing software that is written in a language not supported by the IPC Pub/Sub APIs. Rewriting this software in a supported language is not really viable at...

One other quick note for use-cases for this, there are frequent occasions when an application may just need to reload its own state from the ground up. I would venture...

> Greengrass IPC overall provides a rich set of features otherwise unavailable or difficult to build on your own so I'd still recommend not to avoid IPC usage completely. We...

> Okay, as I said we do have a `RestartComponent` API that should always reliably and easily restart a component from another component or request restart for itself As far...

> I can provide an update about a plan to officially support this soon as well A plan for including `errorResetTime` in the supported recipe configuration schema would be excellent.

I just wanted to chime in that the https://github.com/apache/flink has this issue in their latest `apache-flink` sdk. They have pinned `protobuf

So there are examples of the problem here but not a lot of proposed solutions. The main solution that I've seen in other threads for this problem is to add...

> The best solution imho would be to copy what Yarn does (https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/) > > Allowing to _really_ pin a specific version of a specific package MYPACKAGE, thus completly overriding...

@at-wat Sorry for the long delay here but I think I've fixed the broken test, at least `go test ./...` passes now.