-
Notifications
You must be signed in to change notification settings - Fork 36
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
OTP < 18 not supported #13
Comments
cabol
added a commit
that referenced
this issue
Jun 6, 2016
@lrascao I think is fixed. Check out the master branch and let me know if we can close this issue. Thanks again :)!! |
works great! do you think you can release a new tag? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
shards_owner_sup is making use of the newly introduced map support for supervisor child specs and flags (https://www.erlang.org/downloads/18.0), this prevents older versions from being able to use shards. Maybe co-existence could be possible by detecting the target OTP version and generating either the old tuple format or the new one.
The text was updated successfully, but these errors were encountered: