You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm missing a getter for the location attribute of com.basho.riak.client.api.commands.kv.KvResposeBase.
In my case, I construct a StoreValue with only a Namespace, but no key. During serialization my custom Converter adds a key to the OrmExtracted in its fromDomain(T, Namespace, BinaryValue)-method. Hence, the Response will have no generated key, but the location is not accessible either.
I'll try to provide a pull request for this little improvement as soon as possible.
Hello,
I'm missing a getter for the location attribute of com.basho.riak.client.api.commands.kv.KvResposeBase.
In my case, I construct a StoreValue with only a Namespace, but no key. During serialization my custom Converter adds a key to the OrmExtracted in its fromDomain(T, Namespace, BinaryValue)-method. Hence, the Response will have no generated key, but the location is not accessible either.
I'll try to provide a pull request for this little improvement as soon as possible.