Skip to content

Commit 6d2cc93

Browse files
committed
SQL connectors renamed to Jdbc"
1 parent 0438953 commit 6d2cc93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/supported-connectors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var supportedConnectorsTemplates = [
5050
docs: "com.datamountaineer.streamreactor.connect.blockchain.source.BlockchainSourceConnector.html"
5151
},
5252
{
53-
name: "SQL",
53+
name: "Jdbc",
5454
icon: "database.png",
5555
description: "Stream data from SQL server into Kafka",
5656
type: "Source",
@@ -203,7 +203,7 @@ var supportedConnectorsTemplates = [
203203
docs: "com.datamountaineer.streamreactor.connect.hazelcast.sink.HazelCastSinkConnector.html",
204204
},
205205
{
206-
name: "SQL",
206+
name: "Jdbc",
207207
icon: 'database.png',
208208
description: 'Store Kafka data into SQL',
209209
type: "Sink",

0 commit comments

Comments
 (0)