You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/13 06:26:58 UTC

[GitHub] [pulsar] jiazhai opened a new pull request #4524: Expose `Replicated From` info in Message

jiazhai opened a new pull request #4524:  Expose `Replicated From` info in Message
URL: https://github.com/apache/pulsar/pull/4524
 
 
   ### Motivation
   
   It would be good to expose replicated From information in Message. 
   User could leverage the replicatedFrom information to filter and handle message. 
   e.g. filter and handle only local messages; filter and handle only a messages from a special cluster.
   
   ### Modifications
   
   add methods in Message interface and implementations.
   add unit test
   
   ### Verifying this change
   
   new unit tests passed.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services