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

Filesystem transport #12

Merged
merged 1 commit into from
Jan 18, 2017
Merged

Filesystem transport #12

merged 1 commit into from
Jan 18, 2017

Conversation

makasim
Copy link
Member

@makasim makasim commented Jan 12, 2017

Allows to use messaging approach without any external broker. You need a local filesystem only.

It has some limitations that would never solved

  1. Works in auto ack mode
  2. It is local. Messages are not visible on other servers.

Found problems, todos:

  1. If files a removed while consumers are working, they do not see this. Cannot consume message any more
  2. Send and received messages via reply to queue do not match.
  3. prefetch count
  4. add tests

@makasim makasim changed the title [PoC] Filesystem transport Filesystem transport Jan 18, 2017
@makasim makasim force-pushed the filesystem-transport branch from 2fc4d72 to 8e850a4 Compare January 18, 2017 17:49
@makasim makasim force-pushed the filesystem-transport branch from 8e850a4 to 56cdf33 Compare January 18, 2017 17:52
@makasim makasim merged commit 93ea0a2 into master Jan 18, 2017
@makasim makasim deleted the filesystem-transport branch January 18, 2017 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant