The use-cases I can think of are edge, mesh, IOT related, large scale
streaming services where data consistency or data loss (for sometime) is
not a concern; the edge/mesh computing are getting traction now a
day....Geode also supports early-ack option which gives better throughput
compare to distributed-ack ; considering that the distributed-no-ack could
be deprecated.
-Anil.


On Thu, Aug 29, 2019 at 1:27 PM Darrel Schneider <dschnei...@pivotal.io>
wrote:

> Geode currently allows creating non-partitioned regions with a
> DISTRIBUTED_NO_ACK Scope. This causes distributed operations on the region
> not to wait for acknowledgement but to just send the op and assume the
> remote member received it.
> Currently gfsh gives you no way to create a region DISTRIBUTED_NO_ACK. It
> always uses DISTRIBUTED_ACK.
> Partition regions do not support no-ack.
> Does anyone know of a reason why it should not be deprecated so that it can
> be removed in some future release?
>

Reply via email to