Skip to content

Commit

Permalink
SQL connectors renamed to Jdbc"
Browse files Browse the repository at this point in the history
  • Loading branch information
jglambed committed May 8, 2017
1 parent 0438953 commit 6d2cc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/supported-connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var supportedConnectorsTemplates = [
docs: "com.datamountaineer.streamreactor.connect.blockchain.source.BlockchainSourceConnector.html"
},
{
name: "SQL",
name: "Jdbc",
icon: "database.png",
description: "Stream data from SQL server into Kafka",
type: "Source",
Expand Down Expand Up @@ -203,7 +203,7 @@ var supportedConnectorsTemplates = [
docs: "com.datamountaineer.streamreactor.connect.hazelcast.sink.HazelCastSinkConnector.html",
},
{
name: "SQL",
name: "Jdbc",
icon: 'database.png',
description: 'Store Kafka data into SQL',
type: "Sink",
Expand Down

0 comments on commit 6d2cc93

Please sign in to comment.