-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Issue 11440]. Add complete metadata for admin.topics().examineMessages #11443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@Jason918 Please check the checkstyle issue |
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
2 similar comments
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
@codelipenghui |
|
@Jason918 thanks for your great work. Would you like to add docs accordingly? Then you can ping me to review, thanks |
@Anonymitaet It seems there're no user docs for examine-message cmd. So I added new section for it. Please check it out in my last commit. |
…es (#11443) Fixes #11440 see issue 11440 Add all the other non-empty meta data fields in http response headers in `org.apache.pulsar.broker.admin.impl.PersistentTopicsBase#generateResponseWithEntry`. For fields with byte[] type, base64 is used for serialization and deserialization. (cherry picked from commit afe4792)
…es (apache#11443) Fixes apache#11440 ### Motivation see issue 11440 ### Modifications Add all the other non-empty meta data fields in http response headers in `org.apache.pulsar.broker.admin.impl.PersistentTopicsBase#generateResponseWithEntry`. For fields with byte[] type, base64 is used for serialization and deserialization.
Fixes #11440
Motivation
see issue 11440
Modifications
Add all the other non-empty meta data fields in http response headers in
org.apache.pulsar.broker.admin.impl.PersistentTopicsBase#generateResponseWithEntry. For fields with byte[] type, base64 is used for serialization and deserialization.Verifying this change
(Please pick either of the following options)
This change added tests and can be verified as follows:
org.apache.pulsar.broker.admin.PersistentTopicsTest#testExamineMessageMetadataDoes this pull request potentially affect one of the following parts:
If
yeswas chosen, please highlight the changesDocumentation