We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pgsql-kafka
Note: consider direct support of CREATE TABLE etc here instead of exposing the concept of topics.
CREATE TABLE
topics
Mappings
pgsql
CREATE TOPIC
KafkaCreateTopicsBeginEx
catalog
ALTER TOPIC
KafkaAlterConfigsBeginEx
DROP TOPIC
KafkaDeleteTopicsBeginEx
Note: requires support for new Kafka...BeginEx, plus support for catalog register new schema.
Kafka...BeginEx
The text was updated successfully, but these errors were encountered:
psql-kafka
akrambek
Successfully merging a pull request may close this issue.
Note: consider direct support of
CREATE TABLE
etc here instead of exposing the concept oftopics
.Mappings
pgsql
CREATE TOPIC
command toKafkaCreateTopicsBeginEx
pluscatalog
register new schemapgsql
ALTER TOPIC
command toKafkaAlterConfigsBeginEx
pluscatalog
register new schema #1308pgsql
DROP TOPIC
command toKafkaDeleteTopicsBeginEx
#1307Note: requires support for new
Kafka...BeginEx
, plus support forcatalog
register new schema.The text was updated successfully, but these errors were encountered: