Fleet Manager with lua scripting

Hello, just went through the Fleet Manager documentation, just wondering if the feature is also available from lua scripting?
Thanks

Hello @fds31d01, currently the feature is only available for the Go runtime.

We’re considering on exposing GetFleetManager() to the other runtimes but the implementation will have to be in Go, although we don’t currently have a timeline on this.

If you really need to, you can use the plugin and setup some custom RPCs on the Go side, that you can then call via the Lua runtime through http calls to localhost.

Hope this helps.