pgsql-kafka proxy
pgsql-kafka proxy
The pgsql-kafka proxy binding for adapting pgsql request-response streams to kafka topic streams.
pgsql_kafka_proxy:
type: pgsql-kafka
kind: proxy
catalog:
catalog0:
- strategy: topic
exit: kafka_clientConfiguration (* required)
catalog*
objectas map of namedarray
To map defined catalog for schema retrieval based on catalog specific parameters. Any of the possible combination can be configured.
id
strategyversion
subjectversion
catalog[].id*
integer
Define specific schema id to refer from catalog.
catalog[].version
string| Default:latest
Specific iteration or version of a registered schema in the defined catalog.
catalog[].strategy*
enum[topic]
To determine the subject based on the specified strategy
catalog[].subject*
string
Unique identifier for schema categorization in the catalog.
exit
string
exit: pgsql_tcp_client
