How can I pass object as message to kafka-node?
I am working on functionality which uploads files to server.I want to implement kafka so that requests will be queued and can be processed one after another.
I need to pass file object to kafka which will upload file to server. I am using Hapi
as a server and kafka-node
package for kafka integration.
Can anyone give any pointers?
via Chaitanya
No comments:
Post a Comment