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

    1. <legend id='U5yhm'><style id='U5yhm'><dir id='U5yhm'><q id='U5yhm'></q></dir></style></legend>
        <bdo id='U5yhm'></bdo><ul id='U5yhm'></ul>

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

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

      1. 在 Debezium Mysql Connector 中將更多表列入白名單的有

        Efficient ways for whitelisting more tables in Debezium Mysql Connector(在 Debezium Mysql Connector 中將更多表列入白名單的有效方法)

          1. <small id='at4Ra'></small><noframes id='at4Ra'>

            1. <legend id='at4Ra'><style id='at4Ra'><dir id='at4Ra'><q id='at4Ra'></q></dir></style></legend>

                <tbody id='at4Ra'></tbody>
                <bdo id='at4Ra'></bdo><ul id='at4Ra'></ul>

                  <tfoot id='at4Ra'></tfoot>
                  <i id='at4Ra'><tr id='at4Ra'><dt id='at4Ra'><q id='at4Ra'><span id='at4Ra'><b id='at4Ra'><form id='at4Ra'><ins id='at4Ra'></ins><ul id='at4Ra'></ul><sub id='at4Ra'></sub></form><legend id='at4Ra'></legend><bdo id='at4Ra'><pre id='at4Ra'><center id='at4Ra'></center></pre></bdo></b><th id='at4Ra'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='at4Ra'><tfoot id='at4Ra'></tfoot><dl id='at4Ra'><fieldset id='at4Ra'></fieldset></dl></div>
                  本文介紹了在 Debezium Mysql Connector 中將更多表列入白名單的有效方法的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  是否有任何最佳實踐可用于將新表列入 debezium mysql 連接器的白名單?

                  Are there any best practices that are followed for whitelisting a new table to the debezium mysql connector ?

                  我們正在為 CDC 流使用 debezium mysql 連接器,并且出現了一個用例,將更多表列入連接器配置的白名單.這是正在使用的 debezium 的版本詳細信息和

                  We are using debezium mysql connector for our CDC flows and a use case has arised to whitelist more tables to the connector configuration. Here are the version details of the debezium being used and the

                  {
                      "class": "io.debezium.connector.mysql.MySqlConnector",
                      "version": "0.8.0.Final",
                      "snapshot.mode": "schema_only"
                  }
                  
                  

                  有一張 debezium 票 https://issues.redhat.com/browse/DBZ-906 表示在

                  There is a debezium ticket https://issues.redhat.com/browse/DBZ-906 which indicates to run the connector in

                  "snapshot.mode": "schema_only_recover"
                  

                  mode 并在重新啟動連接器之前重新創建歷史主題.我有幾個關于這種方法的問題

                  mode and to recreate the history topic before restarting the connector. I had a couple of questions regarding this approach

                • 這個選項是否也適用于上述版本?
                • 如何獲取在表被列入白名單之前對新表進行的更新?

                • Is this option available for the above mentioned version as well ?
                • How can I get the updates to the new table made before the table was whitelisted ?

                  推薦答案

                  首先,請升級 Debezium,因為 0.8.0 版本太舊了.

                  first of all, pleas eupgrade Debezium as version 0.8.0 is very old.

                  通常有多種方法可以解決您的問題,但如果您能負擔得起流式傳輸的暫停時間,那么我建議您這樣做1) 停止當前連接器2) 使用列入白名單的新表啟動新連接器以在其上執行快照3) 快照完成后,使用更新后的白名單列表啟動原始連接器

                  Generally there are multiple approaches to solving your issue but if you can afford a pause in streaming than I'd recommend to 1) Stop the current connector 2) Start a new connector with whitelisted new table to execute the snapshot on it 3) When snapshot is completed then start the original connector with updated whitelist table list

                  參見例如 https://groups.google.com/forum/?fromgroups=#!msg/debezium/Iw4BgLZ8Mq4/SZBLGwEaAQAJ;context-place=forum/debezium 了解詳細信息

                  See for example https://groups.google.com/forum/?fromgroups=#!msg/debezium/Iw4BgLZ8Mq4/SZBLGwEaAQAJ;context-place=forum/debezium for exact details

                  如果您無法承受停機時間,請查看 DBZ-175 中介紹的實驗方法一個>

                  If you cannot afford the downtime then please check the experimental approach introduced in DBZ-175

                  這篇關于在 Debezium Mysql Connector 中將更多表列入白名單的有效方法的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!
                • 相關文檔推薦

                  How to use windowing functions efficiently to decide next N number of rows based on N number of previous values(如何有效地使用窗口函數根據 N 個先前值來決定接下來的 N 個行)
                  reuse the result of a select expression in the quot;GROUP BYquot; clause?(在“GROUP BY中重用選擇表達式的結果;條款?)
                  Does ignore option of Pyspark DataFrameWriter jdbc function ignore entire transaction or just offending rows?(Pyspark DataFrameWriter jdbc 函數的 ignore 選項是忽略整個事務還是只是有問題的行?) - IT屋-程序員軟件開發技
                  Error while using INSERT INTO table ON DUPLICATE KEY, using a for loop array(使用 INSERT INTO table ON DUPLICATE KEY 時出錯,使用 for 循環數組)
                  pyspark mysql jdbc load An error occurred while calling o23.load No suitable driver(pyspark mysql jdbc load 調用 o23.load 時發生錯誤 沒有合適的驅動程序)
                  How to integrate Apache Spark with MySQL for reading database tables as a spark dataframe?(如何將 Apache Spark 與 MySQL 集成以將數據庫表作為 Spark 數據幀讀取?)
                    <legend id='Yff7g'><style id='Yff7g'><dir id='Yff7g'><q id='Yff7g'></q></dir></style></legend>

                    1. <small id='Yff7g'></small><noframes id='Yff7g'>

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

                              <tbody id='Yff7g'></tbody>
                            主站蜘蛛池模板: 国产一区二区三区四区区 | 在线成人av | 亚洲综合一区二区三区 | 国产一区二区三区四区 | 国产精品爱久久久久久久 | 毛片一级黄色 | 日本超碰在线 | 欧美精品在线免费观看 | 欧美日韩在线一区二区 | 性色av一区 | 国内精品久久久久久 | 亚洲高清av| 久久精品欧美一区二区三区麻豆 | 亚洲精品一二三 | 99国内精品久久久久久久 | 欧美日韩国产在线观看 | 91精品国产综合久久小仙女图片 | 中文视频在线 | 精品久久久久久久久久久久久久 | 亚洲一级av毛片 | 欧美日韩国产一区二区三区 | 色橹橹欧美在线观看视频高清 | 亚洲欧美一区在线 | 国产美女自拍视频 | 一级高清| 91啪亚洲精品 | www.久草| 日韩一区二区在线视频 | 国产精品国产成人国产三级 | 国产亚洲精品综合一区 | 伊人性伊人情综合网 | 国产成人精品免费视频大全最热 | 99精品视频在线观看免费播放 | 日韩免费一二三区 | 涩涩99| 日韩在线小视频 | 久久久蜜桃一区二区人 | 中文字幕在线一区 | 日本涩涩视频 | 久久成人免费 | 欧美影院 |