Postgres
Prerequisites
Configuration
bindings:
- name: kubemq-query-postgres
source:
kind: kubemq.query
name: kubemq-query
properties:
address: "kubemq-cluster:50000"
client_id: "kubemq-query-postgres-connector"
auth_token: ""
channel: "query.postgres"
group: ""
auto_reconnect: "true"
reconnect_interval_seconds: "1"
max_reconnects: "0"
target:
kind: stores.postgres
name: target-postgres
properties:
connection: "postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable"
max_idle_connections: "10"
max_open_connections: "100"
connection_max_lifetime_seconds: "3600"Usage
Query Request
Exec Request
Transaction Request
Last updated