Command
Prerequisites
Configuration
bindings:
- name: command-binding
properties:
log_level: error
retry_attempts: 3
retry_delay_milliseconds: 1000
retry_max_jitter_milliseconds: 100
retry_delay_type: "back-off"
rate_per_second: 100
source:
kind: http
name: http-post-source
properties:
"methods": "post"
"path": "/command"
target:
kind: kubemq.command # Sources kind
name: command-target
properties:
address: "kubemq-cluster-grpc.kubemq.svc.cluster.local:50000"
client_id: "cluster-a-command-connection"
auth_token: ""
channel: "commands"
dynamic_mapping: "false"
timeout_seconds: "10"Last updated