I understand that MQTT clients can get their point-to-point (P2P) topic by first subscribing to “$SYS/client/reply-to". This will return the P2P topic which the client will subscribe to. But, they need to pass this P2P topic in the message body for the subscriber of the message to reply to in a request/reply pattern. Is there a way to reduce the overhead of passing the P2P topic in the message body? Can we get the P2P topic using SEMP?
Thank you.