Open aliamaza opened 1 year ago
Should create tenant public
and namespace default
, and the number of namespace bundles should be 1.
The tenant and namespace have been created like so
$PULSAR_HOME/bin/pulsar-admin namespaces create -b 1 public/default
$PULSAR_HOME/bin/pulsar-admin namespaces set-retention -s 100M -t 3d public/default
Should connect proxyPort 5682
.
When I try to use the Proxy I receive this error in the client.
Looking in the broker logs I can see this:
I am using this config:
messagingProtocols=amqp protocolHandlerDirectory=./protocols amqpListeners=amqp://127.0.0.1:5672
amqpProxyEnable=true amqpProxyPort=5682