Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Kafka Support? #144

Closed
gwthm-in opened this issue Apr 16, 2017 · 2 comments
Closed

Kafka Support? #144

gwthm-in opened this issue Apr 16, 2017 · 2 comments

Comments

@gwthm-in
Copy link

Can Skale take the data from Kakfa topics ?

@mvertes
Copy link
Contributor

mvertes commented Apr 18, 2017

A kafka connector is not yet integrated on the worker side.

However, on the master side one could consume and produce data using a nodeJS kafka connector such as kafka-node (other choices exist as well), and stream it to skale datasets for workers consumption using sc.objectStream. Keep in mind that it would be a non scalable workaround.

The real solution is of course to integrate the kafka module in the worker, and map one worker per kafka partition, which would allow parallel reading or writing to kafka. Something we plan to do, after adding a cassandra connector and avro support.

@tommedema
Copy link

@mvertes what are future plans of skale? is this being actively maintained, e.g. are feature requests such as worker kafka support being considered?

@mvertes mvertes closed this as completed May 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants