eolivelli commented on PR #15757:
URL: https://github.com/apache/pulsar/pull/15757#issuecomment-1136370590

   > How do the consumers change the subscription properties? The change looks 
like the properties will not change after the cursor is created.
   > 
   > The previous behavior is the subscription will apply the properties from 
the first connected consumer.
   
   You are right.
   I have a follow up patch in which I add support for updating the 
cursorProperties. 
   I will port part of those changes here in order to persist the properties 
populated from the first Consumer that sets a non empty property set.
   
   Honestly I don't like that much that behavior and I would prefer  to let the 
user modify the properties using an explicit PulsarAdmin function (see #15751 )


-- 
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]

Reply via email to