chlyzzo opened a new issue #11830:
URL: https://github.com/apache/pulsar/issues/11830
**Is your feature request related to a problem? Please describe.**
the machine a, i run a standalone pulsar, and can produce and consume
message on machine a;
but on machine b, how can i produce message?
use bin/pulsar proxy command and first write conf/proxy.conf, but get
error:
17:45:28.322 [main] ERROR org.apache.pulsar.proxy.server.ProxyServiceStarter
- Failed to start pulsar proxy service. error msg Failed to bind Pulsar Proxy
on port 6650
how can i operate?
-----
zookeeperServers=huwenhao02-dev.bcc-bdbl.baidu.com
# Configuration store connection string (as a comma-separated list)
the machine a (run a standalone on machine a) dns name replace ****
configurationStoreServers=***:2181
# if Service Discovery is Disabled this url should point to the discovery
service provider.
brokerServiceURL=pulsar://***:6650
brokerServiceURLTLS=pulsar+ssl://***:6651
# These settings are unnecessary if `zookeeperServers` is specified
brokerWebServiceURL=http://***:8080
brokerWebServiceURLTLS=https://***:8443
**Describe the solution you'd like**
**Describe alternatives you've considered**
**Additional context**
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]