zilla
zilla copied to clipboard
Support `pgsql-kafka` binding
Note: consider direct support of CREATE TABLE
etc here instead of exposing the concept of topics
.
Mappings
- [x]
pgsql
CREATE TOPIC
command toKafkaCreateTopicsBeginEx
pluscatalog
register new schema - https://github.com/aklivity/zilla/pull/1245
- [ ]
pgsql
ALTER TOPIC
command toKafkaAlterConfigsBeginEx
pluscatalog
register new schema - [ ]
pgsql
DELETE TOPIC
command toKafkaDeleteTopicsBeginEx
Note: requires support for new Kafka...BeginEx
, plus support for catalog
register new schema.