Skip to content

Commit

Permalink
Remove the Kinesis connector
Browse files Browse the repository at this point in the history
The connector seems unused from all interaction on the community
and following an investigation with users, vendors, and customers.

The SDK used is deprecated and will be removed.

More details about the removal are captured in
trinodb#23921
  • Loading branch information
mosabua committed Oct 29, 2024
1 parent e3934ea commit 0a24649
Show file tree
Hide file tree
Showing 56 changed files with 1 addition and 5,534 deletions.
6 changes: 0 additions & 6 deletions core/trino-server/src/main/provisio/trino.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,6 @@
</artifact>
</artifactSet>

<artifactSet to="plugin/kinesis">
<artifact id="${project.groupId}:trino-kinesis:zip:${project.version}">
<unpack />
</artifact>
</artifactSet>

<artifactSet to="plugin/kudu">
<artifact id="${project.groupId}:trino-kudu:zip:${project.version}">
<unpack />
Expand Down
2 changes: 0 additions & 2 deletions docs/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@

## Kafka connector

## Kinesis connector

## Kudu connector

## MariaDB connector
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/sphinx/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Iceberg <connector/iceberg>
Ignite <connector/ignite>
JMX <connector/jmx>
Kafka <connector/kafka>
Kinesis <connector/kinesis>
Kudu <connector/kudu>
MariaDB <connector/mariadb>
Memory <connector/memory>
Expand Down
274 changes: 0 additions & 274 deletions docs/src/main/sphinx/connector/kinesis.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/main/sphinx/release/release-320.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Avoid unnecessary evaluation of redundant filters. ({issue}`1516`)
- Improve performance of certain window functions when using bounded window
frames (e.g., `ROWS BETWEEN ... PRECEDING AND ... FOLLOWING`). ({issue}`464`)
- Add {doc}`/connector/kinesis`. ({issue}`476`)
- Add Kinesis connector. ({issue}`476`)
- Add {func}`geometry_from_hadoop_shape`. ({issue}`1593`)
- Add {func}`at_timezone`. ({issue}`1612`)
- Add {func}`with_timezone`. ({issue}`1612`)
Expand Down
Binary file removed docs/src/main/sphinx/static/img/kinesis.png
Binary file not shown.
245 changes: 0 additions & 245 deletions plugin/trino-kinesis/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0a24649

Please sign in to comment.