mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
executor: use grpc instead of netrpc as plugin protocol
* Added protobuf spec for executor * Seperated executor structs into their own package
This commit is contained in:
@@ -49,6 +49,7 @@ func (e *ExecutorPluginCommand) Run(args []string) int {
|
||||
hclog.LevelFromString(executorConfig.LogLevel),
|
||||
executorConfig.FSIsolation,
|
||||
),
|
||||
GRPCServer: plugin.DefaultGRPCServer,
|
||||
})
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user