简体   繁体   English

每个架构的JDBC Confluent kafka连接器和主题

[英]JDBC Confluent kafka Connector and Topic per schema

We recently started using Confluent Kafka-JDBC connector to import RDBMS data. 我们最近开始使用Confluent Kafka-JDBC连接器来导入RDBMS数据。

As part of default configuration settings, it seems that one Topic is created for every Table in the schema. 作为默认配置设置的一部分,似乎为架构中的每个表都创建了一个主题。

I would like to know if there is any way to 我想知道是否有办法

  1. Create Topic per schema rather than every table. 每个架构而不是每个表创建主题 And if Topic per Schema is enabled then can Schema evolution (With Schema Registry) be supported on a table basis ? 并且,如果启用了每个架构主题,那么可以基于表支持架构演变(使用架构注册表)吗?

  2. If Topic per schema is not possible then are there any guidelines on how to manage hundred's or thousands of topics ? 如果无法使用每个模式的主题,那么是否有关于如何管理数百个或数千个主题的准则? Considering that there will one to one mapping between number of tables to number of topics ? 考虑到表数量与主题数量之间是否存在一对一映射?

Thanks in advance, 提前致谢,

Create Topic per schema rather than every table. 为每个架构而不是每个表创建主题。

No - it's either n tables -> n topics, or 1 query -> 1 topic. 否-它是n个表-> n个主题,或1个查询-> 1个主题。

any guidelines on how to manage hundred's or thousands of topics ? 关于如何管理数百或数千个主题的任何指导原则?

Adopt a standard naming pattern for them. 为它们采用标准的命名模式。 Use topic-specific configuration as required. 根据需要使用特定于主题的配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 融合的Kafka-connect-JDBC连接器,在kafka主题中显示六进制十进制数据 - Confluent Kafka-connect-JDBC connector showing hexa decimal data in the kafka topic 合流Kafka Connect分布式模式jdbc连接器 - Confluent Kafka connect distributed mode jdbc connector 卡夫卡融合JDBC连接器无效值 - Kafka confluent JDBC connector invalid value 融合的HDFS Sink连接器:Kafka主题以纯字符串格式转换为Parquet格式的HDFS失败,并且Avro模式必须是记录错误 - Confluent HDFS Sink Connector : Kafka Topic with plain string format to HDFS in Parquet format fails with Avro schema must be a record error 如何指定在Kafka融合连接器中收听哪个主题? - How to specify which topic to listen to in kafka confluent connector? 我们可以在Windows操作系统中运行Confluent JDBC Kafka连接器吗? - Can we run Confluent JDBC Kafka connector in Windows Operating system? 使用 Rest 读取 Confluent JDBC Kafka Source Connector 的当前增量值? - Read current incrementing value of Confluent JDBC Kafka Source Connector with Rest? 使用 confluent_kafka for python 向 Topic 注册架构 ID - Registering Schema ID with Topic using confluent_kafka for python 融合模式注册表划分后端存储Kafka主题 - confluent schema registry dividing backend storage Kafka topic 使用 confluent-kafka-python 设置主题模式 - Using confluent-kafka-python to setup schema for topic
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM