IBM / data-broker

The Data Broker (DBR) is a distributed, in-memory container of key-value stores enabling applications in a workflow to exchange data through one or more shared namespaces. Thanks to a small set of primitives, applications in a workflow deployed in a (possibly) shared nothing distributed cluster, can easily share and exchange data and messages with a minimum effort. In- spired by the Linda coordination and communication model, the Data Broker provides a unified shared namespace to applications, which is independent from applications’ programming and communication model.
Apache License 2.0
19 stars 23 forks source link

expose flags parameter via non-blocking APIs of read and get #120

Closed lasch closed 4 years ago

lasch commented 4 years ago

Until now, we never noticed that the non-blocking versions of dbrRead() and dbrGet() don't expose the flags parameter to the user. This PR fixes this inconsistency.

We chose to break backwards compatibility to prevent API cluttering.