Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer Files #178

Closed
wade305 opened this issue Jun 16, 2014 · 2 comments
Closed

Transfer Files #178

wade305 opened this issue Jun 16, 2014 · 2 comments

Comments

@wade305
Copy link

wade305 commented Jun 16, 2014

Can kafka transfer files? If can , how?

@mumrah
Copy link
Collaborator

mumrah commented Jun 16, 2014

Payloads are opaque to Kafka. Ultimately, you are sending bytes - so yes you can send the contents of a file. However, there are practical limitations as to the size of the payload you send.

For large files, a common pattern is to store the file in a distributed filesystem (or database), and pass the file path around in Kafka. While Kafka can certainly move data around, it's more practical to think of it as an event or notification system.

Also you might try asking on the user list: http://kafka.apache.org/contact.html

HTH

@mumrah mumrah closed this as completed Jun 16, 2014
@wade305
Copy link
Author

wade305 commented Jun 19, 2014

Thanks

bradenneal1 pushed a commit to bradenneal1/kafka-python that referenced this issue May 16, 2024
* Fix ssl connection after wrap_ssl

* test

* refactor

* remove global level

* test

* revert test

* address comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants