Skip to content

Commit

Permalink
[FLINK-26073][onnectors] Remove Twitter connector
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Feb 11, 2022
1 parent 6b6d167 commit 4962689
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 1,037 deletions.
5 changes: 0 additions & 5 deletions docs/content.zh/docs/connectors/datastream/guarantees.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ under the License.
<td>至多一次 (v 0.10) / 精确一次 (v 1.0) </td>
<td></td>
</tr>
<tr>
<td>Twitter Streaming API</td>
<td>至多一次</td>
<td></td>
</tr>
<tr>
<td>Google PubSub</td>
<td>至少一次</td>
Expand Down
1 change: 0 additions & 1 deletion docs/content.zh/docs/connectors/datastream/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ under the License.
* [Hybrid Source]({{< ref "docs/connectors/datastream/hybridsource" >}}) (source)
* [Apache NiFi]({{< ref "docs/connectors/datastream/nifi" >}}) (source/sink)
* [Apache Pulsar]({{< ref "docs/connectors/datastream/pulsar" >}}) (source)
* [Twitter Streaming API]({{< ref "docs/connectors/datastream/twitter" >}}) (source)
* [JDBC]({{< ref "docs/connectors/datastream/jdbc" >}}) (sink)

请记住,在使用一种连接器时,通常需要额外的第三方组件,比如:数据存储服务器或者消息队列。
Expand Down
80 changes: 0 additions & 80 deletions docs/content.zh/docs/connectors/datastream/twitter.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/content/docs/connectors/datastream/guarantees.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ Please read the documentation of each connector to understand the details of the
<td>at most once (v 0.10) / exactly once (v 1.0) </td>
<td></td>
</tr>
<tr>
<td>Twitter Streaming API</td>
<td>at most once</td>
<td></td>
</tr>
<tr>
<td>Google PubSub</td>
<td>at least once</td>
Expand Down
1 change: 0 additions & 1 deletion docs/content/docs/connectors/datastream/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Connectors provide code for interfacing with various third-party systems. Curren
* [Hybrid Source]({{< ref "docs/connectors/datastream/hybridsource" >}}) (source)
* [Apache NiFi]({{< ref "docs/connectors/datastream/nifi" >}}) (source/sink)
* [Apache Pulsar]({{< ref "docs/connectors/datastream/pulsar" >}}) (source)
* [Twitter Streaming API]({{< ref "docs/connectors/datastream/twitter" >}}) (source)
* [JDBC]({{< ref "docs/connectors/datastream/jdbc" >}}) (sink)

Keep in mind that to use one of these connectors in an application, additional third party
Expand Down
84 changes: 0 additions & 84 deletions docs/content/docs/connectors/datastream/twitter.md

This file was deleted.

103 changes: 0 additions & 103 deletions flink-connectors/flink-connector-twitter/pom.xml

This file was deleted.

Loading

0 comments on commit 4962689

Please sign in to comment.