Explains how to create a stream using the Control System and the CLI.
Your decision about what streams to create should take into account whatever topics you want to replicate. Replication is between streams, not individual topics.
For example, suppose that you plan to create the stream
pollution_monitors to collect various measurements about
pollution levels in cities in Europe. However, during a planning session, the
representative from Amsterdam says that her country wants to perform analyses of the
data for its cities, and would like your company to replicate the data to its own
HPE Ezmeral Data Fabric cluster,
where its own consumers can read the replicated messages.
You would create a separate stream of topics that contain data from only the
pollution sensors in the cities in that country. You might even decide to do the
same for each center, in case other centers eventually want to perform their own
analyses, too. The streams you might decide to create could be
pollution_monitors_netherlands, pollution_monitors_sweden,
and so on.
To create a stream:
The basic command to create a stream is:
maprcli stream create -path <Stream Path>
readAce and writeAce on the volumelookupdir on directories in the pathFor complete reference information, see
stream create.