File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ $options->setNackRedeliveryDelay(20);
142142
143143$consumer = new Consumer('pulsar://localhost:6650', $options);
144144// or use pulsar proxy address
145- //$producer = new Consumer('http://localhost:8080', $options);
145+ //$consumer = new Consumer('http://localhost:8080', $options);
146146
147147$consumer->connect();
148148
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ $options->setNackRedeliveryDelay(20);
145145
146146$consumer = new Consumer('pulsar://localhost:6650', $options);
147147// or use pulsar proxy address
148- //$producer = new Consumer('http://localhost:8080', $options);
148+ //$consumer = new Consumer('http://localhost:8080', $options);
149149
150150$consumer->connect();
151151
You can’t perform that action at this time.
0 commit comments