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

Specifying CRDT type when creation/ in each update #60

Closed
marsleezm opened this issue Jul 22, 2014 · 1 comment
Closed

Specifying CRDT type when creation/ in each update #60

marsleezm opened this issue Jul 22, 2014 · 1 comment
Labels

Comments

@marsleezm
Copy link
Contributor

Currently, the type for a CRDT is specified only when reading.
However, generating downstream operations requires the type of CRDT, which is now hardcoded to riak_dt_pncounter.
Therefore, when using types other than counter, downstream op generator will throw exceptions.

@cmeiklejohn
Copy link
Contributor

I added support for the append operation taking a type, and encoding that type in the payload with PR #69.

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

2 participants