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

   Master Issue: #16763 
   
   ### Motivation
   
   Now, the cursor properties support modifying a single value concurrently and 
overall update, but `setCursorProperties` will all key-value is removed before 
update properties, this will cause internal property loss, so use a special 
prefix to prevent internal properties.
   
   More context see: 
https://github.com/apache/pulsar/pull/17164#issuecomment-1236872277, 
https://github.com/apache/pulsar/pull/17164#issuecomment-1241523618, 
https://github.com/apache/pulsar/pull/17164#issuecomment-1241536546
   
   ### Modifications
   
   Use a special prefix to prevent internal properties.
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
     - *Added integration tests for end-to-end deployment with large payloads 
(10MB)*
     - *Extended integration test for recovery after broker failure*
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `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