diff --git a/mapr.md b/mapr.md index dae67965..032a1f54 100755 --- a/mapr.md +++ b/mapr.md @@ -75,17 +75,21 @@ maprcli stream delete -path ``` ### topic create -``` +```sh maprcli stream topic create -path -topic ``` ### topic remove, topic delete -``` +```sh maprcli stream topic delete -path -topic ``` ### topic check, topic print -``` +```sh maprcli stream topic list -path ``` +### read data +```sh +maprcli stream cursor list -path $KAFKA_STREAM -topic $KAFKA_TOPIC -consumergroup $KAFKA_CONSUMER_GROUP -json +``` ## API, java programming ### compile java app