Streams are created in volumes and contain topics, which in turn, contain messages. Security, replication, retention, and compression policies are applied at the stream-level.
Security permissions are set at the stream-level and, subsequently, topics inherit the stream permissions. See Stream Security for more information.
HPE Ezmeral Data Fabric Event Store streams can be replicated to other streams in the same or different data-fabric clusters. For example, you can create a backup copy of a stream so that producers and consumers fail over to the backup if the original stream goes offline. See Stream Replication
The time-to-live of a message is the elapse time (in seconds) between the publication of a message in a topic in this stream and the expiration of that message. See Time-to-Live for Messages for more information.
Topic messages can be sent to the server compressed. When compression is implemented, the messages are stored compressed, replicated to other containers compressed, and (if stream replication is configured) replicated to replica streams compressed. See Managing Compression for more information.
Suppose that you plan to create the stream pollution_monitors to collect
various measurements about pollution levels in European cities. However, during a planning
session, the representative from Amsterdam says that her country wants to analyze the data
for its cities and would like your company to replicate the data to its own data-fabric cluster, where its own
consumers can read the replicated messages.
pollution_monitors_netherlands,
pollution_monitors_sweden, pollution_monitors_france,
and so on.amsterdam that contains data from Amsterdam's pollution
sensors.Alternatively, consider that the Netherlands did not request replication to their own data-fabric cluster. However, you want to restrict access to the pollution data where consumers could read only pollution data for their respective country.
consumeperm permission for consumers associated with
that country. See Stream Security for more information about security
permissions used with HPE Ezmeral Data Fabric Event Store streams. For general information about access-control
expressions, see ACE Syntax.