If you have a basic understanding of HPE Ezmeral Data Fabric Event Store's components and the typical flow of messages from producers to consumers, you can give HPE Ezmeral Data Fabric Event Store a try.
maprcli stream create -path /<path
to and name of the stream>
maprcli stream create
-path /<path to and name of the stream> -consumeperm
u:<user ID> -produceperm u:<user
ID>
maprcli stream
create command.-consumeperm -produceperm Run this command to create the topic:
maprcli stream topic create -path <path and name of the
stream> -topic <name of the topic>
/<path to
and name of the stream>:<name of topic>
For the steps of compiling and launching, see Compiling and Running HPE Ezmeral Data Fabric Event Store Java Apps.
If you launch the consumer first, the partition is empty and the consumer continuously polls for new messages.
After you launch the producer, the fifty messages are published to the partition, and the consumer can move forward in the partition, reading the messages.