stream-reactor
stream-reactor copied to clipboard
A collection of open source Apache 2.0 Kafka Connector maintained by Lenses.io.
Hi, DO you support Redis to Kafka ? Means, detect changes on Redis and send it to Kafka ? Is there any connector supporting this ? Thank you
# Issue Guidelines Please review these questions before submitting any issue? ### What version of the Stream Rector are you reporting this issue for? 1.2.0 ### Are you running the...
# HBase sink add zookeeper.quorum property ### Stream Reactor version: 0.3.0 ### Description Right now the zookeeper.quorum property must be set within the hbase-site.xml file. Running on a docker environment...
###Connector configuration ```` { "connector.class": "com.datamountaineer.streamreactor.connect.influx.InfluxSinkConnector", "tasks.max": "1", "topics": "topic1", "connect.influx.kcql": "INSERT INTO registrations SELECT after.CREATION_DATE FROM ebsmysql.AR.HZ_PARTIES WITHTIMESTAMP after.CREATION_DATE WITHTAG (op,after.CREATION_DATE)", "connect.influx.url": "http://influxdb:8086", "connect.influx.db":"mydb", "connect.influx.username":"xxxx", "connect.influx.password":"xxxxx" } ```` once...
Issue #278 created the capability to alter the size of the time slice when retrieving data from Cassandra to publish to Kafka. Issue #301 allows these settings (duration of time...
# Issue Guidelines Please review these questions before submitting any issue? ### What version of the Stream Rector are you reporting this issue for? ### Are you running the correct...
# Issue Guidelines Please review these questions before submitting any issue? ### What version of the Stream Rector are you reporting this issue for? ### Are you running the correct...
### What version of the Stream Reactor are you reporting this issue for? 1.2.2 Is possible to use hive source connector in incremental mode? The same way as JDBC source...
# Issue Guidelines Please review these questions before submitting any issue? ### What version of the Stream Reactor are you reporting this issue for? kafka-connect-hive-1.2.1-2.1.0 ### Are you running the...