lhotari commented on PR #25907: URL: https://github.com/apache/pulsar/pull/25907#issuecomment-4629730440
> 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. Thanks for sharing, this is very useful context. Please add it to the PR description too. -- 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]
