Skip to content

Commit

Permalink
create stream, create topic from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Feb 25, 2019
1 parent fc3c1d7 commit 2e29343
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@
* Many->One
* MultiMaster: Master<-->Master
* Stream replications: Node-->Node2-->Node3-->Node4 ... ( with loop preventing )

## command line
### create stream
```
maprcli stream create -path <filepath & name>
maprcli stream create -path <filepath & name> -consumeperm u:<userId> -produceperm u:<userId> -topicperm u:<userId>
```
### create topic
```
maprcli stream topic create -path <path and name of the stream> -topic <name of the topic>
```

0 comments on commit 2e29343

Please sign in to comment.