Skip to content

Commit

Permalink
[Issue 7313] Update information about the JDBC connectors for the dow…
Browse files Browse the repository at this point in the history
…nload page (apache#7363)

### Motivation

After dividing the old JDBC connector into multiple connectors for different databases, I forgot to modify the connectors.js file.

### Modifications

The connectors.js file was extended with the info about new JDBC connectors.
  • Loading branch information
vzhikserg authored Jun 26, 2020
1 parent ec0271b commit 36e8110
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions site2/website/data/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,28 @@ module.exports = [
link: 'https://www.influxdata.com/'
},
{
name: 'jdbc',
longName: 'JDBC sink',
name: 'jdbc-clickhouse',
longName: 'JDBC ClickHouse sink',
type: 'Sink',
link: 'https://github.com/apache/pulsar/tree/master/pulsar-io/jdbc'
link: 'https://clickhouse.tech/'
},
{
name: 'jdbc-mariadb',
longName: 'JDBC MariaDB sink',
type: 'Sink',
link: 'https://mariadb.org/'
},
{
name: 'jdbc-postgres',
longName: 'JDBC PostgresSQL sink',
type: 'Sink',
link: 'https://www.postgresql.org/'
},
{
name: 'jdbc-sqlite',
longName: 'JDBC SQLite sink',
type: 'Sink',
link: 'https://www.sqlite.org/'
},
{
name: 'kafka-connect-adaptor',
Expand Down

0 comments on commit 36e8110

Please sign in to comment.