315157973 opened a new pull request #11928:
URL: https://github.com/apache/pulsar/pull/11928


   ### Motivation
   The current Topic Policies use compaction topic.
   When a compaction topic deletes a message, the body of the message must be 
null.
   Now, even if policies are being deleted, the body of the message is not null.
   This will cause some messages in compaction topic never be cleaned up.
   
   ### Modifications
   1)When deleting policies, set the message body to null
   2)Add a delete API instead of modifying write API
   
   
   
   
   


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