Re: Situations where a fetch can retun no causal context

2017-01-10 Thread Alex Moore
Hi Michael, For the Set, Map, and Counter data types the only other situation I can think of is if the user explicitly set the "INCLUDE_CONTEXT" option to false. That option defaults to true, so it should always return one if the data type you fetched isn't a bottom (initial) value. If it is

Situations where a fetch can retun no causal context

2017-01-10 Thread Edwards, Michael R (Contractor)
Hi everyone, I saw in the documentation for the Java client that the FetchDatatype.Response object has a method called hasContext() that checks to see if the causal context was present on the fetch response. Are there any situations where a causal context won't be returned besides if the object