eolivelli commented on code in PR #20627:
URL: https://github.com/apache/pulsar/pull/20627#discussion_r1236418729
##########
pip/pip-279.md:
##########
@@ -0,0 +1,26 @@
+# Motivation
+
+reformat property,for a http header name cannot contain the following
prohibited characters: =,;: \t\r\n\v\f
+
+for example:
+{"city=shanghai":"tag"}
+when we run `bin/pulsar-admin topics get-message-by-id `, it will throw
exception, the exception is:
+`Reason: java.util.concurrent.CompletionException:
org.apache.pulsar.client.admin.internal.http.AsyncHttpConnector$RetryException:
Could not complete the operation. Number of retries has been exhausted. Failed
reason: a header name cannot contain the following prohibited characters: =,;:
\t\r\n\v\f: =`
+
+<img width="1288" alt="image"
src="https://github.com/StevenLuMT/pulsar/assets/42990025/973d95b9-4ac2-4977-b160-162c4b53a613">
Review Comment:
Please don't link images not hosted in this repo
--
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]