input
{
id:
name:
email:
level:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <bpm-platform xmlns="http://www.camunda.org/schema/1.0/BpmPlatform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://www.camunda.org/schema/1.0/BpmPlatform http://www.camunda.org/schema/1.0/BpmPlatform "> | |
| <job-executor> | |
| <job-acquisition name="default" /> | |
| </job-executor> | |
| <process-engine name="default"> | |
| <job-acquisition>default</job-acquisition> |
$ yarn
$ # or npm install
$ node dump.js
$ # from another tab
$ envoy -c envoy.yaml
$ # from another tab
$ curl localhost:10000
| package istio | |
| import ( | |
| "time" | |
| "github.com/micro/go-micro" | |
| "github.com/micro/go-micro/client" | |
| "github.com/micro/go-micro/selector" | |
| gcli "github.com/micro/go-plugins/client/grpc" |