You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/06/16 13:05:49 UTC

[flink] branch master updated (f647bf1 -> 634fb0d)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from f647bf1  [FLINK-18209] Replace slave with worker in docker cluster test scripts
     add 6eb01ce  [FLINK-18134][FLINK-18135][docs] Add documentation for Debezium and Canal formats
     add 47566c8  [hotfix][docs] Improve HBase and JDBC connector documentation
     add 2bb1083  [hotfix][FLINK-18314][docs] Fix wrong documentation in Kafka SQL Connector page
     add 634fb0d  [hotfix][docs] Rearrange the order of SQL connectors in sidebar

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/connectors/blackhole.md           |  16 +-
 docs/dev/table/connectors/blackhole.zh.md        |  12 +-
 docs/dev/table/connectors/datagen.md             |   2 +-
 docs/dev/table/connectors/datagen.zh.md          |   2 +-
 docs/dev/table/connectors/elasticsearch.md       |   4 +-
 docs/dev/table/connectors/elasticsearch.zh.md    |   4 +-
 docs/dev/table/connectors/formats/canal.md       | 179 +++++++++++++++++++++
 docs/dev/table/connectors/formats/canal.zh.md    | 179 +++++++++++++++++++++
 docs/dev/table/connectors/formats/debezium.md    | 195 +++++++++++++++++++++++
 docs/dev/table/connectors/formats/debezium.zh.md | 195 +++++++++++++++++++++++
 docs/dev/table/connectors/formats/index.md       |   4 +-
 docs/dev/table/connectors/formats/index.zh.md    |   4 +-
 docs/dev/table/connectors/hbase.md               |  20 ++-
 docs/dev/table/connectors/hbase.zh.md            |  18 ++-
 docs/dev/table/connectors/jdbc.md                |  14 +-
 docs/dev/table/connectors/jdbc.zh.md             |  16 +-
 docs/dev/table/connectors/kafka.md               |  13 +-
 docs/dev/table/connectors/kafka.zh.md            |  15 +-
 docs/dev/table/connectors/print.md               |   5 +-
 docs/dev/table/connectors/print.zh.md            |   5 +-
 20 files changed, 857 insertions(+), 45 deletions(-)
 create mode 100644 docs/dev/table/connectors/formats/canal.md
 create mode 100644 docs/dev/table/connectors/formats/canal.zh.md
 create mode 100644 docs/dev/table/connectors/formats/debezium.md
 create mode 100644 docs/dev/table/connectors/formats/debezium.zh.md