Replies: 2 comments
-
Hi, which pulsar version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was a little old request, you may close it.
…________________________________
From: Qiang Zhao ***@***.***>
Sent: 29 December 2023 19:09
To: streamnative/mop ***@***.***>
Cc: ssrkr ***@***.***>; Author ***@***.***>
Subject: Re: [streamnative/mop] MOP subscription requests denied (Discussion #1112)
Hi, which pulsar version are you using?
—
Reply to this email directly, view it on GitHub<#1112 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANZOBZ6ENKV5MYKASXNIBBDYL3BZRAVCNFSM6AAAAAA4ZZPG52VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TSNZSGI2DI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We upgraded MoP and after that we are consistently facing "All subscription requests were denied" on subscription request. What configuration is missing? We are not using authentication or even TLS. Our MOP configuration is the minimal set:
messagingProtocols=mqtt
protocolHandlerDirectory=./protocols
mqttListeners=mqtt://127.0.0.1:1883
advertisedAddress=127.0.0.1
Can anyone help in fixing the issue? Here is a sample run of mosquitto_sub:
mosquitto_sub -h 127.0.0.1 -d -t "local/mq"
Client (null) sending CONNECT
Client (null) received CONNACK (0)
Client (null) sending SUBSCRIBE (Mid: 1, Topic: local/mq, QoS: 0, Options: 0x00)
Client (null) received SUBACK
Subscribed (mid: 1): 128
Client (null) sending DISCONNECT
All subscription requests were denied.
Beta Was this translation helpful? Give feedback.
All reactions