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

   
   ### Motivation
   
   * Maybe this modification should be part of  
https://github.com/apache/pulsar/issues/12629 .  As described in the PIP 
document "These metadata could be set during topic creation and also updated.", 
 we have implemented the `creation` method, but have not implement  the 
`updated` method. 
   
   * This PR will implement the topic meta update
   
   ### Modifications
   
   * Add a admin api `updateProperties`
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   - Add UT 
`org.apache.pulsar.broker.admin.AdminApi2Test#testUpdatePartitionedTopicProperties`
   - Add UT 
`org.apache.pulsar.broker.admin.AdminApi2Test#testUpdateNonPartitionedTopicProperties`
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [x] `doc-not-needed` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)


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