Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -w"\n" -X PUT "http://localhost:11015/v3/namespaces/default/streamsapps/who"

Windows:

Code Block
$ curl -w"\n" -X PUT "http://localhost:11015/v3/namespaces/default/streamsapps/who"

Variable Replacement

...

Code Block
PUT /v3/namespaces/<namespace-id>/streamsapps/<new<app-stream-id>

indicates that text such as <namespace-id> and <new-stream<app-id> are variables and that you are to replace them with your values, perhaps in this case the namespace default and the stream mystreamapplication myapp:

Code Block
PUT /v3/namespaces/default/streamsapps/mystream<myapp>

Reserved and Unsafe Characters

...