LeonardoBonacci
LeonardoBonacci
Hi guy(s)! An ArangoDB source connector would be welcomed with open arms!
Thanks a lot @jaredpetersen for your elaboration! This morning I thought of ArangoDB and potentially offer (you) some help writing the source connector. Now, reading the very technical issues you...
> [clabot:check]
[Waiting for the miracle to come](https://www.youtube.com/watch?v=LXvG0SMP7tw&ab_channel=LeonardCohenVEVO)
Implemented by https://github.com/kafka-ops/julie/pull/254
Similar problem here. We use the Confluent REST-Proxy to write and read Avro messages. Trying to make this work for messages that contain decimal fields, we don't have a way...
Forgot to add the config: { "name": "es", "config": { "connector.class": "io.confluent.connect.elasticsearch.ElasticsearchSinkConnector", "tasks.max": "1", "key.converter": "org.apache.kafka.connect.storage.StringConverter", "value.converter": "org.apache.kafka.connect.json.JsonConverter", "value.converter.schemas.enable": "false", "schema.ignore": true, "topics": "foo3", "connection.url": "http://es:9200", "type.name": "_doc", "drop.invalid.message": true,...
Same - or at least similar problem - here. Use local elasticsearch-7.13.2 and the confluentinc docker-compose v6.2.0 without Kafka Connect. Bootstrap Kafka Connect 'manually' from within the confluent-6.2.0 binaries with...