Skip to content

Commit 2aa0063

Browse files
committed
Text review
1 parent 65c1516 commit 2aa0063

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/supported-connectors.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ var supportedConnectorsTemplates = [{
439439
}, {
440440
name: "bloomberg",
441441
icon: "bloomberg.png",
442-
description: "a source connector to subscribe to Bloomberg feeds via the Bloomberg labs open API and write to Kafka.",
442+
description: "A connector to subscribe to Bloomberg feeds via the Bloomberg labs open API and write data to Kafka.",
443443
class: "com.datamountaineer.streamreactor.connect.bloomberg.BloombergSourceConnector",
444444
type: "Source",
445445
uiEnabled: true,
@@ -575,7 +575,7 @@ var supportedConnectorsTemplates = [{
575575
}, {
576576
name: "cassandra",
577577
icon: "cassandra.jpg",
578-
description: "The Cassandra sink connector allows you to write data from a Kafka topic into a Cassandra table.",
578+
description: "The Cassandra sink connector allows you to write data from a Kafka topic into a Cassandra table",
579579
class: "com.datamountaineer.streamreactor.connect.cassandra.sink.CassandraSinkConnector",
580580
uiEnabled: true,
581581
type: "Sink",
@@ -722,7 +722,7 @@ var supportedConnectorsTemplates = [{
722722
}, {
723723
name: "influx",
724724
icon: "influxdb.jpg",
725-
description: "The InfluxDB sink connector allows you to write data from a Kafka topic into a influxDB table.",
725+
description: "The InfluxDB sink connector allows you to write data from a Kafka topic into a influxDB table",
726726
class: "com.datamountaineer.streamreactor.connect.influx.InfluxSinkConnector",
727727
uiEnabled: true,
728728
type: "Sink",
@@ -1056,7 +1056,7 @@ var supportedConnectorsTemplates = [{
10561056
name: "elastic", //TODO rename elasticsearch
10571057
color: "#5CB85C",
10581058
icon: "elastic.png",
1059-
description: "A Connector to sink data from Kafka into Elastic Search.",
1059+
description: "A sink connector to write data from Kafka to Elastic Search",
10601060
type: "Sink",
10611061
uiEnabled: true,
10621062
class: "com.datamountaineer.streamreactor.connect.elastic.ElasticSinkConnector",
@@ -1480,7 +1480,7 @@ var supportedConnectorsTemplates = [{
14801480
name: "jms",
14811481
type: "Sink",
14821482
icon: "logo-jms.png",
1483-
description: "The JMS sink connector allows you to extract entries from a Kafka topic with the CQL driver and pass them to a JMS topic/queue.",
1483+
description: "The JMS sink connector allows you to write data from a Kafka topic using the CQL driver into a JMS topic/queue",
14841484
uiEnabled: true,
14851485
color: "#879171",
14861486
class: "com.datamountaineer.streamreactor.connect.jms.sink.JMSSinkConnector",
@@ -1618,7 +1618,7 @@ var supportedConnectorsTemplates = [{
16181618
name: "yahoo",
16191619
type: "Source",
16201620
icon: "yahoofinance.png",
1621-
description: "Subscribe to Yahoo Finance API and stream data into a kafka topic",
1621+
description: "Subscribe to Yahoo Finance API and stream data into a kafka topics",
16221622
uiEnabled: true,
16231623
color: "#30007b",
16241624
class: "com.datamountaineer.streamreactor.connect.yahoo.source.YahooSourceConnector",
@@ -1866,7 +1866,7 @@ var supportedConnectorsTemplates = [{
18661866
name: "rethink",
18671867
type: "Sink",
18681868
icon: "rethink.png",
1869-
description: "A Connector and Sink to write events from Kafka to RethinkDb.",
1869+
description: "A sink connector to write Kafka data into RethinkDb",
18701870
uiEnabled: true,
18711871
color: "#28684b",
18721872
class: "com.datamountaineer.streamreactor.connect.rethink.sink.ReThinkSinkConnector",
@@ -1971,7 +1971,7 @@ var supportedConnectorsTemplates = [{
19711971
type: "Sink",
19721972
icon: "voltdb.png",
19731973
uiEnabled: true,
1974-
description: 'A Connector and Sink to write events from Kafka to VoltDB. ',
1974+
description: 'A sink connector to write Kafka data into VoltDB',
19751975
color: "#e8371b",
19761976
class: "com.datamountaineer.streamreactor.connect.voltdb.VoltSinkConnector",
19771977
template: [{
@@ -2080,7 +2080,7 @@ var supportedConnectorsTemplates = [{
20802080
}, {
20812081
name: "HazelCast",
20822082
type: "Sink",
2083-
description: "Ultra low-latency in memory grid for strict SLAs",
2083+
description: "A sink connector to write data into HazelCast (ultra low-latency in memory grid)",
20842084
icon: "hazelcast.png",
20852085
uiEnabled: true,
20862086
color: "#002A36",
@@ -2380,7 +2380,7 @@ var supportedConnectorsTemplates = [{
23802380
name: "mqtt",
23812381
icon: "mqtt.png",
23822382
class: "com.datamountaineer.streamreactor.connect.mqtt.source.MqttSourceConnector",
2383-
description: "The MQTT source connector allows you to read from MQTT and stream data into a kafka topic",
2383+
description: "The MQTT source connector allows you to read from MQTT and write into Kafka",
23842384
type: "Source",
23852385
uiEnabled: true,
23862386
color: "#5B346C",

0 commit comments

Comments
 (0)