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

Populate kanin module with multi-arity API functions #11

Closed
oubiwann opened this issue Feb 6, 2017 · 1 comment
Closed

Populate kanin module with multi-arity API functions #11

oubiwann opened this issue Feb 6, 2017 · 1 comment
Labels
Milestone

Comments

@oubiwann
Copy link
Member

oubiwann commented Feb 6, 2017

There need to be n-1 and n arity function calls for every channel-related call:

  • n-1 for all calls that will use the default channel
  • n for all calls that will provide for explicitly naming the channel to use

This task will be updated with the full list of functions that need to be implemented once task #9 has been completed.

Note that all of the functions will call into the supervised kanin gen server (which in turn makes the Erlang client lib calls).

Part of feature #8

@oubiwann oubiwann added the task label Feb 6, 2017
@oubiwann oubiwann added this to the 0.7.0 milestone Feb 6, 2017
@oubiwann
Copy link
Member Author

oubiwann commented Feb 9, 2017

Only a few functions from the low-level API have been wrapped; just those needed for now. If users want others to be included, we can easily do so.

@oubiwann oubiwann closed this as completed Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant