hiSandog commented on PR #25907:
URL: https://github.com/apache/pulsar/pull/25907#issuecomment-4627591776

   Thanks for asking. I do not have a production incident to point to here; I 
noticed the edge case in FieldParser itself. A representative case is a string 
map config value that carries an encoded token, query fragment, or base64-style 
padding, where the value contains '=' characters, for example token=abc==. 
Splitting only on the first '=' preserves that value, and it also keeps key= as 
an explicit empty-string map entry instead of rejecting it.


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