File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ The content of each message payload is a combination of `hello-` and a digital (
25
25
3 . Run the Go consumer to receive messages from the topic ` topic-1 ` .
26
26
27
27
```bash
28
+ go mod tidy
28
29
go build -o consumer sampleConsumer.go
29
30
./consumer -serviceURL pulsar+ssl://streamnative.cloud:6651 \
30
31
-privateKey /path/to/private/key/file.json\
@@ -51,6 +52,7 @@ The content of each message payload is a combination of `hello-` and a digital (
51
52
4 . Run the Go producer to publish messages to the topic ` topic-1 ` .
52
53
53
54
```bash
55
+ go mod tidy
54
56
go build -o producer sampleProducer.go
55
57
./producer -serviceURL pulsar+ssl://streamnative.cloud:6651 \
56
58
-privateKey /path/to/private/key/file.json\
You can’t perform that action at this time.
0 commit comments