久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <tfoot id='0Z4QU'></tfoot>
      <bdo id='0Z4QU'></bdo><ul id='0Z4QU'></ul>

    1. <small id='0Z4QU'></small><noframes id='0Z4QU'>

    2. <i id='0Z4QU'><tr id='0Z4QU'><dt id='0Z4QU'><q id='0Z4QU'><span id='0Z4QU'><b id='0Z4QU'><form id='0Z4QU'><ins id='0Z4QU'></ins><ul id='0Z4QU'></ul><sub id='0Z4QU'></sub></form><legend id='0Z4QU'></legend><bdo id='0Z4QU'><pre id='0Z4QU'><center id='0Z4QU'></center></pre></bdo></b><th id='0Z4QU'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='0Z4QU'><tfoot id='0Z4QU'></tfoot><dl id='0Z4QU'><fieldset id='0Z4QU'></fieldset></dl></div>
      <legend id='0Z4QU'><style id='0Z4QU'><dir id='0Z4QU'><q id='0Z4QU'></q></dir></style></legend>

      1. 是否可以在 Debezium 中配置 table_name =>卡夫卡主

        Is it possible in Debezium to configure table_name =gt; kafka topic mapping?(是否可以在 Debezium 中配置 table_name =卡夫卡主題映射?)

        <tfoot id='WOdWX'></tfoot>
      2. <small id='WOdWX'></small><noframes id='WOdWX'>

              <bdo id='WOdWX'></bdo><ul id='WOdWX'></ul>
                <i id='WOdWX'><tr id='WOdWX'><dt id='WOdWX'><q id='WOdWX'><span id='WOdWX'><b id='WOdWX'><form id='WOdWX'><ins id='WOdWX'></ins><ul id='WOdWX'></ul><sub id='WOdWX'></sub></form><legend id='WOdWX'></legend><bdo id='WOdWX'><pre id='WOdWX'><center id='WOdWX'></center></pre></bdo></b><th id='WOdWX'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='WOdWX'><tfoot id='WOdWX'></tfoot><dl id='WOdWX'><fieldset id='WOdWX'></fieldset></dl></div>

                  <tbody id='WOdWX'></tbody>
                • <legend id='WOdWX'><style id='WOdWX'><dir id='WOdWX'><q id='WOdWX'></q></dir></style></legend>
                • 本文介紹了是否可以在 Debezium 中配置 table_name =>卡夫卡主題映射?的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  我已閱讀http://debezium.io/docs/connectors/mysql/ 但我找不到有關(guān)是否可以配置 debezium 以便將 2 個(gè)(或更多)表中的更改寫入相同的單個(gè) kafka 主題的任何信息?在我看來,它總是 1 個(gè)表 -> 1 個(gè)主題.

                  I've read http://debezium.io/docs/connectors/mysql/ but I could not find any info about whether debezium can be configured so that changes from 2 (or more) tables could be written to the same, single kafka topic? It seems to me that it is always 1 table -> 1 topic.

                  推薦答案

                  是的,使用 單條消息根據(jù)您確定的鏈接進(jìn)行轉(zhuǎn)換.您可以使用正則表達(dá)式 (regex) 將表映射到所需的主題.io.debezium.transforms.ByLogicalTableRouterorg.apache.kafka.connect.transforms.RegexRouter 都可以解決問題.有后者的例子 在這里的這篇文章:

                  Yes, use Single Message Transforms, per the link you identified. You can use regular expressions (regex) to map the tables to the topic required. Both io.debezium.transforms.ByLogicalTableRouter or org.apache.kafka.connect.transforms.RegexRouter should do the trick. There's an example of the latter in this post here:

                  "transforms":"dropPrefix",  
                  "transforms.dropPrefix.type":"org.apache.kafka.connect.transforms.RegexRouter",  
                  "transforms.dropPrefix.regex":"DC1-TEST-(.*)",  
                  "transforms.dropPrefix.replacement":"$1"
                  

                  這篇關(guān)于是否可以在 Debezium 中配置 table_name =>卡夫卡主題映射?的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  How to use windowing functions efficiently to decide next N number of rows based on N number of previous values(如何有效地使用窗口函數(shù)根據(jù) N 個(gè)先前值來決定接下來的 N 個(gè)行)
                  reuse the result of a select expression in the quot;GROUP BYquot; clause?(在“GROUP BY中重用選擇表達(dá)式的結(jié)果;條款?)
                  Does ignore option of Pyspark DataFrameWriter jdbc function ignore entire transaction or just offending rows?(Pyspark DataFrameWriter jdbc 函數(shù)的 ignore 選項(xiàng)是忽略整個(gè)事務(wù)還是只是有問題的行?) - IT屋-程序員軟件開發(fā)技
                  Error while using INSERT INTO table ON DUPLICATE KEY, using a for loop array(使用 INSERT INTO table ON DUPLICATE KEY 時(shí)出錯(cuò),使用 for 循環(huán)數(shù)組)
                  pyspark mysql jdbc load An error occurred while calling o23.load No suitable driver(pyspark mysql jdbc load 調(diào)用 o23.load 時(shí)發(fā)生錯(cuò)誤 沒有合適的驅(qū)動(dòng)程序)
                  How to integrate Apache Spark with MySQL for reading database tables as a spark dataframe?(如何將 Apache Spark 與 MySQL 集成以將數(shù)據(jù)庫表作為 Spark 數(shù)據(jù)幀讀取?)
                  <i id='aCAh3'><tr id='aCAh3'><dt id='aCAh3'><q id='aCAh3'><span id='aCAh3'><b id='aCAh3'><form id='aCAh3'><ins id='aCAh3'></ins><ul id='aCAh3'></ul><sub id='aCAh3'></sub></form><legend id='aCAh3'></legend><bdo id='aCAh3'><pre id='aCAh3'><center id='aCAh3'></center></pre></bdo></b><th id='aCAh3'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='aCAh3'><tfoot id='aCAh3'></tfoot><dl id='aCAh3'><fieldset id='aCAh3'></fieldset></dl></div>
                  <tfoot id='aCAh3'></tfoot>
                • <legend id='aCAh3'><style id='aCAh3'><dir id='aCAh3'><q id='aCAh3'></q></dir></style></legend>

                      <bdo id='aCAh3'></bdo><ul id='aCAh3'></ul>

                        <tbody id='aCAh3'></tbody>

                      <small id='aCAh3'></small><noframes id='aCAh3'>

                          1. 主站蜘蛛池模板: 91xxx在线观看 | 91在线综合| 精品国产乱码久久久久久果冻传媒 | www.伊人.com| 久久亚洲一区二区三区四区 | 一区二区高清在线观看 | 成人在线小视频 | 久久亚洲一区 | 激情久久av一区av二区av三区 | 中文字幕成人av | 国内精品伊人久久久久网站 | 91佛爷在线观看 | 日韩福利在线 | 免费成年网站 | 国产精品九九九 | www.国产精品 | 毛片av免费在线观看 | 99精品久久99久久久久 | avmans最新导航地址 | 日韩视频在线播放 | 欧美一级大片 | 久久国产成人精品国产成人亚洲 | 精精国产xxxx视频在线播放 | 91视频国产精品 | 2021天天干夜夜爽 | 一区二区三区在线 | 欧 | 97国产爽爽爽久久久 | 国产精品毛片av一区 | 国产一区成人 | 欧美jizzhd精品欧美巨大免费 | 国产在线激情视频 | 亚洲高清av在线 | 亚洲精品成人网 | 午夜网址| 久久精品中文字幕 | 在线视频一区二区三区 | 久久久国产精品 | 国产精品影视 | 国产视频线观看永久免费 | 综合色婷婷 | 亚洲激情在线观看 |