<legend id='BpsOV'><style id='BpsOV'><dir id='BpsOV'><q id='BpsOV'></q></dir></style></legend>
  • <tfoot id='BpsOV'></tfoot>
    <i id='BpsOV'><tr id='BpsOV'><dt id='BpsOV'><q id='BpsOV'><span id='BpsOV'><b id='BpsOV'><form id='BpsOV'><ins id='BpsOV'></ins><ul id='BpsOV'></ul><sub id='BpsOV'></sub></form><legend id='BpsOV'></legend><bdo id='BpsOV'><pre id='BpsOV'><center id='BpsOV'></center></pre></bdo></b><th id='BpsOV'></th></span></q></dt></tr></i><div id='BpsOV'><tfoot id='BpsOV'></tfoot><dl id='BpsOV'><fieldset id='BpsOV'></fieldset></dl></div>
    • <bdo id='BpsOV'></bdo><ul id='BpsOV'></ul>

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

        如何使用kafka connect将kafka主题下沉到oracle?

        时间:2023-08-22

            <tbody id='T6oee'></tbody>

        • <tfoot id='T6oee'></tfoot>
          1. <small id='T6oee'></small><noframes id='T6oee'>

            • <bdo id='T6oee'></bdo><ul id='T6oee'></ul>
                <i id='T6oee'><tr id='T6oee'><dt id='T6oee'><q id='T6oee'><span id='T6oee'><b id='T6oee'><form id='T6oee'><ins id='T6oee'></ins><ul id='T6oee'></ul><sub id='T6oee'></sub></form><legend id='T6oee'></legend><bdo id='T6oee'><pre id='T6oee'><center id='T6oee'></center></pre></bdo></b><th id='T6oee'></th></span></q></dt></tr></i><div id='T6oee'><tfoot id='T6oee'></tfoot><dl id='T6oee'><fieldset id='T6oee'></fieldset></dl></div>
                <legend id='T6oee'><style id='T6oee'><dir id='T6oee'><q id='T6oee'></q></dir></style></legend>
                1. 本文介绍了如何使用kafka connect将kafka主题下沉到oracle?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我有一个包含数据的 kafka 主题,以下是我用来将数据接收到 oracle 的配置文件.

                  I have a kafka topic with data, following is config file I am using to sink data to oracle.

                  Sink.properties

                  Sink.properties

                  name=ora_sink_task
                  connector.class=io.confluent.connect.jdbc.JdbcSinkConnector
                  tasks.max=1
                  topics=person
                  connection.url=jdbc:oracle:thin:@127.0.0.1:1521/XE
                  connection.user=kafka
                  connection.password=kafka
                  auto.create=true
                  insert.mode=upsert
                  pk.mode=record_value
                  pk.fields=id
                  

                  我在日志中收到以下响应.

                  I am getting following response in logs.

                  [2017-06-06 21:09:33,557] DEBUG Scavenging sessions at 1496504373557 (org.eclipse.jetty.server.session:347)
                  [2017-06-06 21:10:03,557] DEBUG Scavenging sessions at 1496504403557 (org.eclipse.jetty.server.session:347)
                  [2017-06-06 21:10:33,558] DEBUG Scavenging sessions at 1496504433558 (org.eclipse.jetty.server.session:347)
                  

                  但是在oracle中没有创建表.

                  But no table is created in oracle.

                  推荐答案

                  在 Kafka 中将主题名称更改为 PERSON 并且在 Sink.properties 中将主题名称更改为 PERSON 后,它起作用了.

                  After changing topic name to PERSON in Kafka and topics=PERSON in Sink.properties it worked.

                  这篇关于如何使用kafka connect将kafka主题下沉到oracle?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Debezium 如何使用 Kafka Connect 正确注册 SqlServer 连接 下一篇:如何使用 Debezium 从 MS SQL 将 250 个表摄取到 Kafk

                  相关文章

                  最新文章

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

                    • <bdo id='0lnWC'></bdo><ul id='0lnWC'></ul>

                      <tfoot id='0lnWC'></tfoot><legend id='0lnWC'><style id='0lnWC'><dir id='0lnWC'><q id='0lnWC'></q></dir></style></legend>

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