Closed dhavalsp closed 5 years ago
there's no built in functionality for that - you'd need to break up the files, send the pieces as messages and reconstruct at the other end. you'd need logic for handling failure scenarios. idempotent producer (available in 1.0) will be useful. Note that Kafka is optimized for smaller message sizes - IIRC there's a notable drop off in throughput @ around 30Mb. Preferably keep message sizes to around 1Mb or less.
Description
I want to stream the file or folder using the kafka.net in one machine to another machine. Is there any functionality to do that. I want to track the process of file streaming like how many percentages of data transferred already.
Checklist
Please provide the following information: