Hi, There are plenty of kafka nodes but they all seems not being updated. Is kafka a out of topic for node-red ? if not, which library are you using ?
thanks
Hi, There are plenty of kafka nodes but they all seems not being updated. Is kafka a out of topic for node-red ? if not, which library are you using ?
thanks
Hi @seb
I have moved this out of Share Your Nodes - As you don't seem to be sharing a Node you have developed.
As for Is kafka a out of topic for node-red
Not at all....
Its whether or not the community has interest.
I have tagged this as kafka to help focus on those that might have input
node-red-kafkajs was updated last month.
Last time i used a kafka client, it was node-red-contrib-kafkajs, not too long ago also works.
I have been using node-red-contrib-kafkajs
for quite a while. Its latest release was 3 years ago. It works, but has a few issues:
We upgraded to @digproc/node-red-contrib-kafkajs
(latest version is v0.0.9), which updated the dependencies to a more current kafkajs, but did not address the above issues.
So we had to patch the node locally for the above issues. Now we started testing @asinino/node-red-kafkajs
which was released a month ago, and so far looks good, and solves the above issues.