eolivelli opened a new pull request, #15713:
URL: https://github.com/apache/pulsar/pull/15713

   ### Motivation
   
   There is a hard coded limit of 1k for the Consumer Metadata, it may happen 
that a Consumer fails to subscribe due to this limit.
   Consumer metadata are often used to provide information about the Consumer.
   It may happen that such pieces of information are collected from the local 
environment of the Consumer and they could be slightly bigger than 1kb. 
   
   We should make this limit configurable, to unblock such usercases.
   
   ### Modifications
   
   Add `maxConsumerMetadataSize` configuration parameter, defaults to 1k as in 
previous Pulsar versions
   
   ### Verifying this change
   
   This change is already covered by existing tests and I have added some new 
tests
   


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