createTopicInNewSmqD.sh 110 B

123456
  1. #!/bin/bash
  2. TOPIC=topic1
  3. URL=http://127.0.0.1:9061/topic/create?topic=$TOPIC
  4. echo URL: $URL
  5. curl -X POST $URL