Postgres
Prerequisites
Configuration
bindings:
- name: kubemq-query-azure-postgres
source:
kind: kubemq.query
name: kubemq-query
properties:
address: "kubemq-cluster:50000"
client_id: "kubemq-query-azure-postgres-connector"
auth_token: ""
channel: "azure.stores.azure.postgres"
group: ""
auto_reconnect: "true"
reconnect_interval_seconds: "1"
max_reconnects: "0"
target:
kind: azure.stores.postgres
name: azure-stores-postgres
properties:
connection: "host=zzz user=yyy password=rrr dbname=nnn sslmode=disable"
max_idle_connections: "10"
max_open_connections: "100"
connection_max_lifetime_seconds: "3600"Usage
Query Request
Exec Request
Transaction Request
Last updated